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 Mar 22, 2020. It is now read-only.
Right now I'm really struggling with it. All the other features it gives you are very much appreciated and very nice! Also I found out that the package react-router-redux has been deprecated and now lives under another package called connected-react-router. Not that it bothers me, just because I figured it while going through all the packages it uses :)
What is your oppinion on that? I'm asking because the project literally says:
A minimal, beginner friendly React-Redux boilerplate with all the industry best practices
But for me right now it's:
A React-Redux boilerplate with all the industry best practices
What do you guys think?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
so far I'm loving this boilerplate.
But in my oppinion for a "minimal boilerplate" there is still too much confusing stuff in it.
For example all these imports from reselect and the injection of reducers and sagas.
Is there another fork of this without the whole reselect part?
Just React + Redux + Saga with all the up to date developing features (like hot module replacement + persisting state while hot reloading, etc.).
It's now day 3 with this boilerplate and I'm still confused about a few parts.
For example look in the folder
app/containers/HomePage/index.js
Wouldn't it be much simpler for beginners using this boilerplate to just do the export like this:
Right now I'm really struggling with it. All the other features it gives you are very much appreciated and very nice! Also I found out that the package
react-router-redux
has been deprecated and now lives under another package calledconnected-react-router
. Not that it bothers me, just because I figured it while going through all the packages it uses :)What is your oppinion on that? I'm asking because the project literally says:
But for me right now it's:
What do you guys think?
The text was updated successfully, but these errors were encountered: