https://github.com/poetic/react-super-components
react super components
https://github.com/poetic/react-super-components
Last synced: about 2 months ago
JSON representation
react super components
- Host: GitHub
- URL: https://github.com/poetic/react-super-components
- Owner: poetic
- License: mit
- Created: 2016-04-05T17:32:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T01:29:55.000Z (over 8 years ago)
- Last Synced: 2025-03-24T20:23:05.291Z (2 months ago)
- Language: JavaScript
- Size: 2.11 MB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React Super Components
[![travis][travis-image]][travis-url]
[![npm][npm-image]][npm-url]
[![semantic-release][semantic-release-image]][semantic-release-url][travis-image]: https://travis-ci.org/poetic/react-super-components.svg
[travis-url]: https://travis-ci.org/poetic/react-super-components
[npm-image]: https://img.shields.io/npm/v/react-super-components.svg
[npm-url]: https://npmjs.org/package/react-super-components
[semantic-release-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]: https://github.com/semantic-release/semantic-releaseSuper 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
[Stack](docs/stack.md)
[Subscriptions](docs/subscriptions.md)
[Image](docs/image.md)
[List](docs/list.md)
## Testing
```
cd kitchen-sink
meteor npm install
meteor run
```