https://github.com/crapthings/meteor-rekomposer
react-komposer alternative
https://github.com/crapthings/meteor-rekomposer
container high-order-component hoc meteor react reactive
Last synced: 3 months ago
JSON representation
react-komposer alternative
- Host: GitHub
- URL: https://github.com/crapthings/meteor-rekomposer
- Owner: crapthings
- Created: 2018-04-10T09:42:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T08:32:04.000Z (about 7 years ago)
- Last Synced: 2025-02-11T12:06:57.504Z (4 months ago)
- Topics: container, high-order-component, hoc, meteor, react, reactive
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-rekomposer
> meteor-rekomposer is a wrapper that combine both recompact and react-komposer api,
its a Drop-in replacement for react-komposer.### HOW TO
> this package is design to work with Meteor's Tracker.
```bash
npm i -S react @crapthings/meteor-rekomposer
```### DEMO
https://github.com/crapthings/meteor-rekomposer-demo
### RECOMPACT APIs
https://neoziro.github.io/recompact/
### REACT-KOMPOSER APIs
https://github.com/arunoda/react-komposer
### ALTERNATIVES for Meteor Tracker
> react-meteor-data
https://github.com/meteor/react-packages/tree/devel/packages/react-meteor-data
> mobx-react
https://github.com/mobxjs/mobx-react
### AWESOME METEOR PACKAGES
https://github.com/cult-of-coders
### BTW
> fix tracker cleanup timing by moving "tracker autorun" into "componentDidMount"
https://github.com/meteor/react-packages/issues/242