You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Great package! React + Meteor is a sweet combo. Since all concerns are client-side here, I've used cosmos-browserify to create a completely client-side, require-based package here. Really cleans up the dependency management.
@burdiyan Just saw that the Meteor Development Group (MDG) has an official react package which does what you want. Note: it also uses cosmos:browserify to export React to the client. I'm probably switching over to that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Great package! React + Meteor is a sweet combo. Since all concerns are client-side here, I've used cosmos-browserify to create a completely client-side,
require
-based package here. Really cleans up the dependency management.Example use of the package here.
The text was updated successfully, but these errors were encountered: