React JSReact Testing 4: form testingform testing Background Our users spend a lot of time interacting with forms and many of our forms…Daniel NguyenSeptember 05, 2024 2 min
React JSReact Testing 3: Avoid implementation detailsAvoid implementation details Background One of the most important things to remember about testing…Daniel NguyenSeptember 04, 2024 2 min
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, 2024 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, 2024 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, 2024 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, 2024 4 min