Andreas Reiterer
A Software Developer’s Blog
Why is my useEffect Hook executed in an endless loop?
Did you already try the `useEffect` hook, maybe to fetch data on the first mount of your component? How did it work out for you?
How to Load Data from a REST API with React Hooks
With this week’s release of React 16.8, Hooks were finally released into the wild. They allow us doing a lot of stuff that wasn’t possible
How to Call a REST API from a React Component
At some point in your journey of learning React, you’ll get to the point where you want a component to consume an API. Or maybe
How to set up VSCode to Debug React Apps with Chrome
How do you debug your JavaScript? I’m pretty sure that most of you would answer anything like console.log, browser dev tools or – if it’s a React
How to fix the Whitescreen After a Static Deployment with create-react-app
It’s one of the most annoying situations after deploying a static React app: After all that work, you finally deployed your app for production. But
How to fix BrowserRouter for React Apps on Apache
While learning React, most people develop and test their apps locally. I mean … they’re just demo apps for learning purposes right? Nobody wants to
Is there a way to host a React app without a NodeJS Server?
So you built your first React app and now it’s time to get it out in the world. But where do you host a React
Sync up multiple Promises to a single result set with Promise.all
Did you ever try to use data from multiple Promises but could not figure out how to sync up the requests to return a single
How to dynamically add CSS Classes to React Elements using State
If you’re just starting out with React, you might soon get to the point where you want to dynamically change the styling of some React