What if we could write React code without having to deal with memoization and issues with multiple re-renders. That’s what React 19, the upcoming m...
For further actions, you may consider blocking this person and/or reporting abuse
🚀 With the React compiler, we can anticipate a paradigm shift in how React applications are built and optimized. The potential benefits include significant performance improvements, streamlined development experiences, and enhanced code maintainability. The move towards re-rendering based on semantic value rather than object identity marks a significant step forward for React's future.
Adding to read later. Thanks for diving in!
Wow, great update. That means we might have to do away with useMemo(), use callback() functions
Is React going to be Svelte V2 ?
In my opinion, react compiler is primaily a solution to optimize the rendering issues taking away the need to manually manage it.
But there is one main difference between the two which sets them apart is that in react we write HTML in Javascript whereas in Svelte we write javascript in HTML.
We can only wait and watch what the React team comes up with next.
Without useMemo and useCallback, what is there left to ask in a React interview ? 😂
But without deep comparison, how react will know that wheather the array or object has been modified or not?
insightful