/Learning-React-1

Made this app to improve my knowledge of react.js

Primary LanguageJavaScript

Learning React

Made this app to learn react concepts.

How to run using:

yarn

$ yarn dev

npm

$ npm run dev
  • Class Component;
  • Functional Component;
  • State and Props;
  • Proptypes;
  • Babel;
  • webpack;
  • Component lifecycle.