react-super-components
v1.6.5
Published
react super components
Downloads
12
Keywords
Readme
React Super Components
Super Components are a set of React components that are data-aware and follow native design patterns for optimal performance.
Data Aware
Unlike most other frameworks, Meteor is full-stack and isomorphic. This opens the door for data-aware components that can subscribe to data when they need it.
Performant
One of the main reasons native apps are more performant out of the box is that they follow better design patterns. These patterns include list views that recycle items and view controllers that take care of loading and unloading views in an efficient manner. We can achieve similar performance in web apps if we follow the same patterns.
Demo
https://react-super-components.herokuapp.com/
API
Testing
cd kitchen-sink
meteor npm install
meteor run