/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

frantic.im
| | certificates.dev
2.0 parsecs away

Travel
| | Explore React's Children utilities and cloneElement API through their excellent documentation. Learn about compound component patterns, understand their limitations, and discover why modern alternatives like render props and context are often better choices for component composition.
| | blog.davemartin.me
1.4 parsecs away

Travel
| | A critique of modern React, specifically the hooks API, and an explanation of why it's insufficient as a web development framework
| | www.boardinfinity.com
0.8 parsecs away

Travel
| | SetState is a React lifecycle method that allows an application to update the state of a component without the need for that component to re-render.
| | www.smashingmagazine.com
21.0 parsecs away

Travel
| In this article, we're going to look deeply at React Server Components (RSCs). They are the latest innovation in React's ecosystem, leveraging both server-side ...