Mural Blog

react

react

  • Published on
    11 min read

    React Server Components are powerful and extremely important new application architecture for building scalable, smart, and complex React applications. This post will cover everything you need to know about RSCs, and how to use Suspense for data fetching.

  • Published on
    4 min read

    Why can't we use hooks conditionally? How do hooks work? Where is data stored? What is React Fiber? We are gonna try to answer all those questions together.