Skip to content

Instantly share code, notes, and snippets.

@JSila
Last active April 7, 2016 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JSila/053c63bce6f64907bdcb86d36163f19b to your computer and use it in GitHub Desktop.
Save JSila/053c63bce6f64907bdcb86d36163f19b to your computer and use it in GitHub Desktop.
JavaScript libraries that I discovered and deserves a special mention.
  • FlightJS: A component-based, event-driven JavaScript framework built on top of jQuery. From Twitter.
  • React: A declarative, efficient, and flexible JavaScript library for building user interfaces. Developed and used by Facebook and Instagram.
  • Redux: Predictable state container for JavaScript application.
  • stampit: Create objects from reusable, composable behaviors. Stampit uses three different kinds of prototypal OO to let you inherit behavior in a way that is much more powerful and flexible than classical OO.
  • unexpected-react: Extension for unexpected assertion library to make testing React components easier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment