wix-incubator / react-templates

Light weight templates for react
https://wix.github.io/react-templates
MIT License
2.82k stars 207 forks source link

Make react-templates available thru Bower #192

Open mindej opened 8 years ago

mindej commented 8 years ago

Bower is a package manager. Project page https://github.com/bower/bower

Long story short:

  1. Register package in Bower's Registry (https://github.com/bower/bower#registering-packages)
  2. Make users happy!

Thanks in advance.

nippur72 commented 8 years ago

I might be wrong, but registering in bower is of no use because react-templates has no runtime libraries to be linked (like jQuery etc).

That's because the compiled templates are pure React components, so linking react (and possibly lodash) is enough.