/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

willhaley.com
| | scastiel.dev
3.9 parsecs away

Travel
| | A recurring question I hear from people learning React: "how do I know if I'm ready to apply to junior React developer jobs?". Very often, they're ready before they know.
| | maxrozen.com
2.6 parsecs away

Travel
| | If you're confused about side-effects and pure functions, it can be hard to understand useEffect. Let's learn them both, to fetch data with useEffect.
| | www.binovarghese.com
4.1 parsecs away

Travel
| | In React there are several built-in Hooks like `useState`, `useEffect`, and `useContext`. Sometime you need to create your own Hooks for specific purpose like checking user session, fetching data, or showing notifications...
| | hackteam.io
12.9 parsecs away

Travel
| GraphQL and React Server Components have been hot topics in the React community, especially in recent months. With the release of Next.js for the theme, the debate around the need for GraphQL has resurfaced. Developers can now query databases directly from their React components, which raises the question: do we still need GraphQL?