Gradient Able React
  • Introduction
  • Getting Started
  • Prerequisites
  • Installation
  • Authentication
  • File Structure
  • Routing
  • Dependencies
  • Template Config
  • Layout Option
  • Code Splitting
  • Support
  • Changelog
Powered by GitBook
On this page
  • Reactjs
  • Vite
  • React Hooks

Was this helpful?

Getting Started

Things to know before you start with Gradient Able React Hooks

PreviousIntroductionNextPrerequisites

Last updated 11 months ago

Was this helpful?

Reactjs

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

Vite

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.

React Hooks

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).

React
Vite
Rollup
Hooks
Basic Hooks
useState
useEffect
useContext
Additional Hooks
useReducer
useCallback
useMemo
useRef
useImperativeHandle
useLayoutEffect
useDebugValue