Skip to content

shasssi/ReactJs

Repository files navigation

  1. npm init -y
  2. npm i react react-dom
  3. npm i webpack webpack-cli webpack-dev-server --save-dev
  4. npm install @babel/core babel-loader @babel/preset-react @babel/preset-env --save-dev
  5. npm install html-webpack-plugin --save-dev
  6. npm run start
  7. npm run build
  8. npm install --save-dev style-loader css-loader
  • refer another useRef scenarion in bookmark component.

  • issue 1. toggle is not working for bookmark

  • webpack error MIME type ('text/html') is not executable,

  • to fix this error -> publicPath added in output obj webpack config

testing library

https://www.youtube.com/playlist?list=PLIGDNOJWiL182w2gKS5TsDuO6PZkJa0tK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages