Pankaj5466 / react-component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running React on Repl.it

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.

Getting Started

  • Hit run
  • Edit App.jsx and watch it live update!

By default, Replit runs the dev script, but you can configure it by changing the run field in the configuration file. Here are the vite docs for serving production websites

Typescript

Just rename any file from .jsx to .tsx. You can also try our TypeScript Template

====== To-Do:

  • Do work in TypeScript => Complete Course in udemy
  • Do CSS Course Daily Until its completed (Make Notes also)
  • Complete ongoing Bootsstrap Course

======

Componets to do

  • DropDown reac-select with custom component : Done

  • Date & Time Picker : Done (Need to check CSS a slight by K)

  • Paginated BootsStrap Table Using

  • Install React Router DOM npm install react-router-dom

    • Update index.js file with browse route
    • Update App.js with individual Routes (as per this commit)
    • Helper Guide

About


Languages

Language:JavaScript 91.7%Language:HTML 6.0%Language:CSS 1.1%Language:Nix 1.1%