Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 250 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 250 Bytes

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.