facebookarchive / react-page

Easy Application Development with React JavaScript
Apache License 2.0
797 stars 72 forks source link

Remove react-styles dependency #49

Closed kassens closed 10 years ago

kassens commented 10 years ago

I think it would be good if the basic react-page example would be more minimal and not rely on additional proprietary code. Additions such as react-styles add complexity that users have to understand at the same time they're trying to understand React itself. I think a better place to demonstrate add-ons would be in separate sub-pages or branches.

jordwalke commented 10 years ago

Good idea @kassens. Feel free to move the react-style usage to a separate branch or fork. I really like react-style though, but it's good to show that it's not needed to use React/react-page