You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cristian Douce edited this page Jan 3, 2014
·
21 revisions
This page contains a list of components that may not already exist, anyone who wants to build some JavaScript experience or has some time to kill may want to take a look at this list for ideas! If you come across one of these in the registry feel free to remove it here.
not components themselves but things which help you work with components.
component-composer compose with components using flow-based programming. This will require somewhat more stricter interfaces, so not all components will work immediately of-course.
component-serve(1) like component-build(1) but instead of saving the build to disk it compiles it with each request. Its therefore a static file server with two special paths "build/build.js" and "build/build.css". This saves you having to rebuild after each change.component-serve
Rework as a plugin. Being able to use Rework and autoprefixer without setting up a node-middleware would be cool. Could possibly be on by default even and turned off with a flag.