How does React Router location.state works?
February 15, 2023Have you ever asked where React Router stores the location state?
Hi, I'm Mirco.
I enjoy crafting quality software for people.
Have you ever asked where React Router stores the location state?
Micro-frontends are the present and the future for scaling large client-side applications. Why should you implement this architectural style? Let’s dig into the reasons that led me and my team to adopt it.
Which query should I use? Testing Library provides many query methods but it's important to choose the right one for your context.
When developing a React.js front-end application, the React Testing Library is the officially recommended tool and it is the primary choice for many developers because it encourages good practices by enforcing not to test implementation details.
Last thursday I talked about my experience with microfrontends at MUG (Marca User Group). Here you can find some resources.
Compress, resize and manipulate images directly in browser using JavaScript and avoid paying unnecessary costs for network bandwidth.
React Hooks can make data fetching easier by hiding the asynchronous state management required to handle HTTP requests.