Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 495 Bytes

REACT-WAY.MD

File metadata and controls

21 lines (13 loc) · 495 Bytes

My Opinion on React

Some of my notes on ReactJS.

  • Always use TypeScript
  • Don't use PropTypes, use React.FC<Props> instead. (exception may be libs, where you should generate them from types)

Ecosystem

NPM Components

  • React Video
  • Google Login Button
  • @material-ui/icons
  • @icons-pack/react-simple-icons

Animation

TBD

Framer Motion