Explore >> Select a destination


You are here

amorgunov.com
| | blog.javascripting.com
3.4 parsecs away

Travel
| | React's ability to efficiently render declarative user interfaces can seem almost magical. Most developers probably have a rough idea of how it identifies changes and applies them using a "virtual DOM". But how many truly understand the details of what is happening behind the scenes? Fascinated by this question, I
| | www.boardinfinity.com
5.4 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.
| | jasonformat.com
3.3 parsecs away

Travel
| | [AI summary] This article explains JSX, a syntax extension for JavaScript that simplifies UI development by converting JSX code into function calls for building virtual DOM trees, and demonstrates its usage with examples.
| | vercel.com
19.8 parsecs away

Travel
| Fetching data in Next.js 13 has been vastly improved with Server Components, smarter caching, and Loading UI.