Skip to content

Latest commit

 

History

History
59 lines (53 loc) · 3.82 KB

react.md

File metadata and controls

59 lines (53 loc) · 3.82 KB
.____                 _     _     _ _         
|  _ \ ___  __ _  ___| |_  | |   (_) |__  ___
| |_) / _ \/ _` |/ __| __| | |   | | '_ \/ __|
|  _ <  __/ (_| | (__| |_  | |___| | |_) \__ \
|_| \_\___|\__,_|\___|\__| |_____|_|_.__/|___/

Utility

  • link-react
    • "A generalized link <a> component that allows client-side navigation while taking into account exceptions."
  • react-keydown
    • "Lightweight keydown wrapper for React components"
  • react-hammerjs
    • "ReactJS / HammerJS integration. Support touch events in your React app."
  • react-tappable
    • "Tappable component for React"
  • react-aim
    • "Determine the cursor aim for triggering mouse events."
  • react-waypoint
    • "A React component to execute a function whenever you scroll to an element."
  • react-lazyload
    • "Lazyload your Component, Image or anything matters the performance."
  • react-helmet
    • "A document head manager for React"

Layout

Forms

Charts and Animations

Debug/Perf

  • why-did-you-update
    • "Puts your console on blast when React is making unnecessary updates."