/vite_mui_memo_test

just to test if memo work with vitejs

Primary LanguageTypeScript

just to test if memo work with vitejs

used this Mui x sample from docs: https://mui.com/x/react-data-grid/performance/

===

Template info:

===

react_vitejs_tailwind

Simple as possible for new people - no eslint/testing etc

Uses bundler vitejs with typescript, tailwindcss & react

how to get started:

  • install git
  • install vscode
  • install nodejs
  • open terminal folder where you want the project folder to be created
  • git clone https://github.com/vegarringdal/react_vitejs_tailwind
  • cd react_vitejs_tailwind
  • code . (to open vscode in folder, just minimize after)
  • npm i
  • npm start
  • open in browser http://127.0.0.1:3000/

Changes do in vscode to src\HelloWorld.tsx will reflect in the browser