flightjs / flight

A component-based, event-driven JavaScript framework from Twitter
http://flightjs.github.io/
MIT License
6.53k stars 534 forks source link

Maintain a list of Flight components #112

Closed necolas closed 11 years ago

necolas commented 11 years ago

Help to encourage and expose components that people write for Flight applications. Eventually these can be included on a project page / website.

Recommend that component names follow the flight-<name> pattern for easy discovery in the Bower registery.

Components

flight-orientation A Flight component for device orientation

flight-storage Store JSON data using multiple storage backends

flight-geolocation Geolocation component

flight-battery A Flight component for the HTML5 Battery API

flight-deck A Flight component for a deck of cards with Fisher-Yates shuffling.

flight-conductor A media timeline conductor inspired by popcorn.js

imsky commented 11 years ago

Good idea, I'd like to see this, too.

simonsmith commented 11 years ago

Do mixins fit in here at all? I was thinking an Ajax mixin would be a nice one to have.

necolas commented 11 years ago

Moved to flightjs/flightjs.github.io#3

necolas commented 11 years ago

Do mixins fit in here at all? I was thinking an Ajax mixin would be a nice one to have.

Yeah, works for mixins too. @angus-c is working on some guidelines / idioms.