#javascript
Read more stories on Hashnode
Articles with this tag
As your application grows, it helps to be more intentional about how your state is organized and how the data flows between your components. Zustand...
Think of memoization as caching a value/Component so that it does not need to be recalculated/re-rendered.All of them can improve performance, but...
Sometimes when switching between pages, Next.js needs to download pages from the server before rendering the page. This will happen on SSR projects...