Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Props transfering on route #111

Open
YusufBesim opened this issue Feb 23, 2016 · 1 comment
Open

Props transfering on route #111

YusufBesim opened this issue Feb 23, 2016 · 1 comment
Labels

Comments

@YusufBesim
Copy link

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
Copy link
Owner

Hi @YusufBesim the code doesn't seem to be complete. Can you try pasting it again?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants