react-router-redux Questions
2
Solved
I'm working toward having my React/Redux app update the URL based on actions. I've done quite a bit of looking around. I thought I had a handle on it, but obviously I'm missing something. I have ot...
Needs asked 6/8, 2016 at 7:15
1
Solved
Working from the redux real-word example code base here
I noticed that when I scroll down a large list of repositories, that when I then visit a user page and immediately go back that my scroll po...
Pointillism asked 19/10, 2016 at 15:0
1
Solved
I am using react router to define the routes. And i am using create-react-app for developments. My question is if i type the url for subpages in address bar and try to visit it works in development...
Popele asked 30/9, 2016 at 10:31
1
Solved
I am moving a part of my app's state from the store to the URL.
I am currently using redux to manage my app's state along with reselect to create selectors. The selectors compute derived values fr...
Troubadour asked 21/9, 2016 at 17:22
5
Solved
I'm trying to modify the example code of react-router-redux.
https://github.com/rackt/react-router-redux/blob/master/examples/basic/components/Home.js
this is my Home.js
class Home extends Compon...
Ripuarian asked 4/2, 2016 at 9:14
2
I have a universal React app that is using Redux and React Router. Some of my routes include parameters that, on the client, will trigger an AJAX request to hydrate the data for display. On the ser...
Discourse asked 18/7, 2016 at 14:2
2
Solved
I'd like to extract the URL params inside a Redux middleware in order to dispatch an action and use those values in the payload.
Seger asked 1/7, 2016 at 8:59
1
To determine the styling of specific menu item, I am trying to get the current path in my Navigation component.
I tried some of the usual suspects already, but cannot get any results. Especi...
Internecine asked 23/6, 2016 at 11:23
0
I have an issue with my app that I cannot find solution for anywhere. I use react-router-redux and syncHistoryWithStore.
When I click on my navigation to change a route using Link the new route l...
Cotyledon asked 19/6, 2016 at 21:48
1
Solved
I am using React + Redux, and after reading about react-router-redux and redux-router, and after reading Dan Abramov's answer, I decided to use "vanilla" react-router (I don't care about time trave...
Strong asked 8/5, 2016 at 6:25
2
Solved
We have a list of lectures and chapters where the user can select and deselect them. The two lists are stored in a redux store.
Now we want to keep a representation of selected lecture slugs and ch...
Steamheated asked 19/4, 2016 at 15:16
1
Solved
I'm trying to find a way to read the previous route/path when a user hits a new one, within the onEnter handler.
I have a React Router structured like so:
<Router history={history}>
<d...
Fourflush asked 15/4, 2016 at 18:32
1
Solved
I've been battling this one for a while!
I want to have the 'main app container' which always has the logo, navigation... I want to use react-bootstrap to pretty it up.
At the moment I'm running ...
Barbaraanne asked 17/3, 2016 at 9:55
1
Solved
With react-router-redux, it appears as though the only way to get routing information is through props only. Is this right?
Here's roughly what I am doing in my app right now:
<Provider store=...
Slung asked 27/2, 2016 at 4:37
1
Solved
I'm trying to use react-router 2.0 with redux-simple-router but I can't get it to work with query parsing. This is what I got from the docs:
const appHistory = useRouterHistory({
parseQueryString...
Empoverish asked 11/1, 2016 at 11:3
1
Solved
I have an app using react @0.14, redux @3.05, react-router @1.0.3, and redux-simple-router @2.0.2. I'm trying to configure onEnter transitions for some of my routes based on store state. The transi...
Marconigraph asked 21/1, 2016 at 16:52
© 2022 - 2024 — McMap. All rights reserved.