Posts
Members
Info
·5y·Pinned# General
Cut over to rbp-react-scripts?
@mxstbr this is my first ever conversation on spectrum! Gotta admit, it's faster than slack. I love it. <3 Sorry I haven't been active due to lack of free time. I felt really bad when I saw this: https://github.com/react-boilerplate/react-boilerplate/issues/2052 and I thought…
3
I want to use two reducers in the same file.
I need to use two reducers in the same file. So In this file I use two saga files and two reducer files. The saga files are working but the second reducer file isn't working properly. …
11
How we use useParams() hook in this boilerplate?
i am facing this error while using useParams() hook in my component. react-dom.development.js?61bb:20312 Uncaught TypeError: Object(...) is not a function You can generate this error by cloning this boilerplate and import useParams() in your component and used in component. …
0
How to save environment variables ?
I have tried webpack plugin, dot-env package but getting undefined. Is there any thing i am missing ?
0
problem with Redux persist and the latest react boilerplate
I am a big problem when trying to use the two libraries, plus I think the boilerplate behaves differently between different browsers(like chrome ans firefox). is there a generalized walk through to use the two libraries that you guys recommend
0
What is the recommended way to store/cache authentication credentials?
Hey! I am trying to persist the data in my redux store and had bad luck with redux-persist (and redux-offline) with this boilerplate. Are there any recommendations on how to properly cache authentication credentials?
0
Experience / best practices with moving existing codebase to react-boilerplate.
I am pretty new to react-boilerplate and feel some kind of enlightenment. The structure and libraries of rb make it much easier to reason about my app. Unfortunately I have several projects with a different code structures that I would like to move to react-boilerplate and I was…
2