flipace / lovli.js

A boilerplate for developing react+redux applications with rethinkdb/horizon as realtime database and express for the server.
MIT License
558 stars 35 forks source link

Provider from redux imported but not used #13

Closed wandererfrog closed 8 years ago

wandererfrog commented 8 years ago

In "source/client/containers/Root.js" there is an import of the Provider class but it is not used? Why is it there?

flipace commented 8 years ago

hi @icylabsDev it's there because i totally forgot to remove it after i replaced it with the horizon connector. sorry 'bout that.

flipace commented 8 years ago

fixed in 502c32a2b566f8ffb61ef94ff7577f6523fd45de

wandererfrog commented 8 years ago

=) I thought so, but wanted to be sure ^^ great job!

ddaaggeett commented 7 years ago

@flipace - I'm new to Horizon, and this question may be premature, but why was development steered away from using Redux? Also, this leads to my main question...