Explore >> Select a destination


You are here

kentcdodds.com
| | blog.logrocket.com
2.5 parsecs away

Travel
| | Review what the React Context API is, when you should use it to avoid prop drilling, and how it compares to Redux.
| | scastiel.dev
2.5 parsecs away

Travel
| | Redux is an awesome library to handle the state of big applications, React or not. But when you think about it, the basic features of Redux can be implemented in very few lines of code. Let's see how.
| | sandroroth.com
3.2 parsecs away

Travel
| | If you use Jotai for state management in your React application, you may want to test your atoms. Let's discuss possible scenarios where testing atoms is necessary and how to do it.
| | blog.somewhatabstract.com
20.5 parsecs away

Travel
| [AI summary] The author discusses implementing server-side rendering (SSR) for a React application, focusing on rendering a React component into HTML and integrating it into a page template.