Mar5
New
useRef() and Concurrent Mode: how to avoid shooting yourself in the foot
React's eaglerly awaited Concurrent Mode can vastly improve user experience, but it requires a stricter way of writing components.
Tokyo, Japan
React's eaglerly awaited Concurrent Mode can vastly improve user experience, but it requires a stricter way of writing components.
Learn to create a simple React/Redux integration using Hooks, then improve the performance using JavaScript Proxies.