Thumbnail image

How to create your own custom React Hooks

React Hooks Definition Hooks are a way to separate logic and share it across multiple components.

Thumbnail image

Different rendering techniques in Next.js

What is Next.js? Quite simply, Next.js is a React framework for developing single page Javascript applications.