Kinto / kinto-react-boilerplate

An UNMAINTAINED Kinto.js+React project boilerplate.
67 stars 9 forks source link

Split store from components #8

Closed leplatrem closed 9 years ago

leplatrem commented 9 years ago

Waiting for #7 to be merged

Currently the whole code is being tested in a Karma environment (React requires a DOM).

This PR splits the pure JavaScript code from the React code, and executes node and DOM tests separately.

leplatrem commented 9 years ago

@n1k0 @ametaireau @Natim r?

almet commented 9 years ago

That's indeed better to have them separated. Thanks.