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.
React use npm packages, while meteor use its own package system. For example react-d3-components is only avaliable on npm, so how can I use it in react-meteor?
The text was updated successfully, but these errors were encountered:
I've been resorting to downloading pre-built distributables when available in the package repos, such as react-d3-components.min.js and placing them somewhere in the lib folder of my Meteor apps so that they load before I need them. It's not an ideal solution, but a lot of modern techniques just don't work in Meteor since it uses its own custom packaging system and does not include any kind of real module support.
React use npm packages, while meteor use its own package system. For example react-d3-components is only avaliable on npm, so how can I use it in react-meteor?
The text was updated successfully, but these errors were encountered: