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

Props transfering on route #111

@YusufBesim

Description

@YusufBesim

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 = (






);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions