Skip to content

All articles about react

intro image for article Solving React Hooks' invalid hook call warning

Solving React Hooks' invalid hook call warning

Building a React project and have the error 'Hooks can only be called inside the body of a function component'? We'll solve the 'invalid hook call warning' error and get your project back on track.

intro image for article Using Parcel JS bundler with React

Using Parcel JS bundler with React

You can build a Parcel JS website using React, instead of using Create React App. In this article, we'll look at how to add in the missing parts of the Parcel JS bundler to allow us to build sites with React.