@codygao8323

For fetching data, I personally love to use Suspense and Await to handle loading states and custom errors. And then wrap a error boundary outside the whole component for unexpected errors. Not sure if it's a correct paradigm LOL

@me_rinta

You can argue that it’s not that much useful or simpler. If you want to handle errors or loading state in multiple components individually you still need to wrap the components with Suspense and ErrorBoundary

@mrx3795

Hey kyle can you make a tutorial on SlateJS? Wanna use it on my note project but navigating through it as a beginner is tough. Any library similar to it would also be appreciated.