Skip to content

All articles about javascript

intro image for article 10 hot tips for better debugging

10 hot tips for better debugging

We all run into coding problems and get stuck. Fortunately, I've got 10 great tips to help you become a better debugger and to get your code flowing again.

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.

intro image for article How to build a RESTful Node.js API server using JSON files

How to build a RESTful Node.js API server using JSON files

There are lots of articles on how to build a Node API server but they're either quite duff or very complex. None of them seem to deal with reading and writing to JSON files. Well let's change that by building our own Node API server using JSON data storage!

intro image for article Why is CSS-in-JS a bad (or good) idea?

Why is CSS-in-JS a bad (or good) idea?

CSS-in-JS is demonised and heralded on social media, but is CSS-in-JS really all that bad? Or is it the digital devil? Read why I think everyone's wrong