Advanced React
Yours and my favorite frontend framework. I usually cover more advanced topics and concepts, like suspense and concurrency, so those posts are a great way to deepen your knowledge of React.
Did you know you can write your own typesafe React router in 500 lines?
There are a lot of things you can do for yourself. One of them is simple type-safe React routing library. Sounds good, doesn't it?
Concurrency in React 18 for busy bees
Guide to concurrency, CPU- and IO-bound components, and other interesting stuff. Finally, learn wtf deferred value is.
Guide to React Suspense and use hook for busy bees
Suspense was introduced 5 years ago yet for a long time its sole purpose was just code splitting. Now Suspense helps you to reduce boilerplate and optimize SSR. In this guide, we'll discover how Suspense works, how to use it, and what the profits are.