Neketek / web-project-base

Web Project Base
2 stars 0 forks source link

React Router #21

Open Neketek opened 6 years ago

Neketek commented 6 years ago

https://reacttraining.com/react-router/

Neketek commented 6 years ago

Interesting library which allows creation of the routes which can replace our bicycle implementation of the routing, bad that I didn't notice it in hurry.

Neketek commented 6 years ago

I'm going to actively work with it do find out how to use it for sub apps conception which allows us to develop application as a group of the containers which are independently connected to the redux store and have their own set of actions.

Neketek commented 6 years ago

I'm sure I'm going to use this https://github.com/reacttraining/react-router/tree/master/packages/react-router-redux

Neketek commented 6 years ago

It seems that without redux integration policy it's impossible to enable react routing, so my next actions are obvious enough, I'm going to create redux integration policy which will summarize modules and files structure and probably add some useful utils.

Neketek commented 6 years ago

I added react router functionality. It works and now it's supporting conception of independent application containers.