/Blogpost-React-reusable-UI-components

Article-Building reusable UI components with React Hooks

Primary LanguageJavaScript

Getting Started

  • Clone this repository in your computer
  • Run the command npm install or yarn
  • Run the command npm run dev or yarn dev, this web app will open on the browser.
  • Edit App.jsx and watch it live update!

Resources:

Technologies:

React is a popular JavaScript library for building user interfaces.

Vite is a blazing fast frontend build tool that includes features like Hot Module Reloading (HMR), optimized builds, and TypeScript support out of the box.

Using the two in conjunction is one of the fastest ways to build a web app.