Skip to content

All articles about development

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 Getting past developers block

Getting past developers block

Ever found yourself just plain stuck? In this article, we'll be looking at some tips, tricks and ideas to help move past creative block, especially for developers.

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