Skip to content

All articles about tutorials

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 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!