4

React-Redux:
I have 2 components.. one of them is already rendered using connect () . I want to know, whether ther is a way to connect the second component also .
Connecting other component doesn't mean including second component in the first one. I want it separately rendered while routing.

Comments
Add Comment