cult-of-coders / grapher-react

Provides easy to use React Components that are suitable for grapher package.
https://atmospherejs.com/cultofcoders/grapher-react
39 stars 19 forks source link

Use NPM version of simple-schema + add more composable withQuery HoF #7

Closed RobinVanCauter closed 7 years ago

RobinVanCauter commented 7 years ago

For example you can now choose to do: import withQuery from 'meteor/cultofcoders:grapher-react/withQuery'; instead of import { withQuery } from 'meteor/cultofcoders:grapher-react'; which should allow smaller bundle sizes because of direct imports.