Skip to content

crapthings/meteor-rekomposer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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"

meteor/react-packages#242