React
Testing React Router with Jest
How to write unit tests that check if you're routing requests correctly using React Router with Jest
reacttestingjest
Simulate Browser Interactions with Testing Library's UserEvent
A guide to Testing Library's UserEvent API
testingreactjavascript
How to Create, Download, and Upload Files in React Apps
No server needed!
reactjavascriptfile
Create a Browser with React.js and Electron
javascriptreactelectron
How To Alert A User Before Leaving A Page In React
react
Here Are 13 Advanced React Dev Interview Topics
A collection of topics that are frequently asked in React Front End Developers Interviews
reactjavascriptinterview
Building an Animated Counter with React and CSS
A guide on how to create your own version of an animated counter component that you come across all over the web
javascriptreactcss
Using React Hook Form in component tests
reacttestingreact-hook-form
A hands-on guide for a Server-Side Rendering React app
In the previous article, we described how to make a production build and deploy it to a server. Naturally, the next step is the server-side rendering. We are going to walk through the process by…
server-side-renderingjavascriptprogramming
The Advanced Way to Style with Styled Components
A more in-depth look at the power of styled-components
reactstyled-componentscss-in-js