Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Meteor-Alt/react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react

Dependency for Meteor packages that need React.

Will connect to either the Meteor react-runtime package or to an app installed NPM React module.

Why

If you package has a hard requirement on the meteor react packages, a 1.3 app using the NPM React module will have multiple copies of React and cause conflicts.

This package allows your package to use whichever version of React is setup by the application.

Usage

Inside your packages package.js file replace react or react-runtime

api.use('[email protected]')

with

api.use('alt:[email protected]')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published