While most of the time our components will only read data from their props, state or context. But sometimes a component needs to read data from some store outside of React that can change over time. In this article, we're going to create an external store, and learn how it can help us solve some edge cases.
React Server Components, a brand new concept in React , can seem cryptic and has a pretty steep learning curve. This post cover the most fundamental parts of React Server Components and provide examples of how you can use it to create a simple, yet powerful, fullstack app.