React JS🚀 Setting Up a React Project with Vite🧰 Prerequisites Before we begin, make sure you have the following installed: Node.js (version 1…Daniel NguyenSeptember 25, 2024 1 min
React JSSetting Up `@testing-library/react` and `Jest` for React Component TestingTesting your React components is essential for maintaining a stable and scalable codebase. In this…Daniel NguyenSeptember 25, 2024 1 min
React JSReact Testing 8: Testing custom hooktesting custom hooks Background Testing custom hooks is a common question as well. Step back and…Daniel NguyenSeptember 09, 2024 1 min
React JSReact Testing 7: testing with context and a custom render methodtesting with context and a custom render method Background A common question when testing React…Daniel NguyenSeptember 08, 2024 1 min
React JSReact Testing 6: mocking Browser APIs and modulesmocking Browser APIs and modules Background Mocking HTTP requests is one thing, but sometimes you…Daniel NguyenSeptember 07, 2024 3 min
React JSReact Testing 5: mocking HTTP requestsmocking HTTP requests Background Testing that our frontend code interacts with the backend is…Daniel NguyenSeptember 06, 2024 3 min