Getting Started
Things to know before you start with Gradient Able React Hooks
Last updated
Was this helpful?
Things to know before you start with Gradient Able React Hooks
Last updated
Was this helpful?
-A JavaScript library for building user interfaces. React is the core of our template. If you don't know what React is or don't know how to use it, we strongly recommend checking to React before start doing anything with this theme.
is a build tool that aims to provide a faster and leaner development experience for modern web projects. It saves you from time-consuming setup and configuration. A build command that bundles your code with , pre-configured to output highly optimized static assets for production.
are a new edition in React 18.2 that allows you to use state and other React features, like the lifecycle method without access to the classs. (Hooks brings you functional components, Hooks can do the thing once we are able to do with the class such as Reactlocal state, effect, and context has now done through useState, useEffect, useContext).