Props transfering on route
YusufBesim opened this issue · 1 comments
YusufBesim commented
I am creating app using session and redis.
How can i transfer redis session to router ?
Server.js is same (Only added redis)
Router.js
import React from "react";
import {Router, Route} from "react-router";
import Main from "./Main";
import Test from "./Test";
import User from "./User";
import NotFound from "./NotFound";
module.exports = (
);
RickWong commented
Hi @YusufBesim the code doesn't seem to be complete. Can you try pasting it again?