base icon indicating copy to clipboard operation
base copied to clipboard

A starting point for Meteor apps.

Results 21 base issues
Sort by recently updated
recently updated
newest added

~~The only thing missing is react-router-bootstrap I must whait to 0.24.0 be published on NPM~~ Done...

With react developper tools 2.153, you can check if your build has properly removed all development helpers bundled with React. Using this boilerplate with galaxy my apps are marked as...

Since you guys refactored the composer component, the `` component isn't used anywhere in the project. Maybe an example of how to use it would be nice 😃

refactor

I am using a fresh install of meteorchef/base. `printer.js:170 Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.` `printer.js:170 Warning: Portal: React.createClass...

bug

Per https://guide.meteor.com/accounts.html#dont-use-profile, profile shouldn't really be used. This request refactors the name field to be a top level field and demonstrates how the user collection could be used more securely.

Hi I have sent a pull request that imho is quite polished. It upgrades react-router to v4 and is in complete sync with base latest 4.15.0. Regards!

See suggestion from reader Eric in inbox.

refactor

These React folks just _love_ to split things into packages. C'est la vie. https://www.npmjs.com/package/prop-types

refactor

Has there been any discussion about an improved list view with pagination, sorting, filtering, etc? I've been adding the React grid component [Griddle](http://griddlegriddle.github.io/Griddle/) to most of my projects built with...

forks