React JSReact Testing 2: simple test with React Testing Librarysimple test with React Testing Library Background As much as I enjoy creating DOM nodes and…Daniel NguyenSeptember 03, 2025 1 min
React JSReact Testing 1: simple test with React Testing Librarysimple test with ReactDOM Background "The more your tests resemble the way your software is used…Daniel NguyenSeptember 02, 2025 2 min
React JSReact Performance 7: WindowingWindowing As we learned in the last exercise, React is really optimized at updating the DOM during…Daniel NguyenJuly 08, 2025 3 min
React JSReact Performance 6: Optimize RenderingOptimize Rendering Here's the lifecycle of a React app: Let's define a few terms: The "render" phase…Daniel NguyenJuly 07, 2025 4 min
React JSReact Performance 5: Expensive CalculationsExpensive Calculations React hooks are amazing. Being able to put all the logic and state management…Daniel NguyenJuly 06, 2025 3 min
React JSReact Performance 4: Code SplittingCode Splitting Code splitting acts on the principle that loading less code will speed up your app…Daniel NguyenJuly 05, 2025 3 min