Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composable routes #17

Open
kuy opened this issue Dec 20, 2016 · 2 comments
Open

Composable routes #17

kuy opened this issue Dec 20, 2016 · 2 comments

Comments

@kuy
Copy link
Owner

kuy commented Dec 20, 2016

This is somewhat related with #10.

@kuy kuy added the feature label Dec 20, 2016
@kuy
Copy link
Owner Author

kuy commented Jan 1, 2017

What I imagine is not so complicated feature.

// Import external routes
import admin from './admin';

// Include it to the main route
const routes = {
  '/': Index,
  '/admin': admin,
};

That's all! 😃

@kuy
Copy link
Owner Author

kuy commented Jan 3, 2017

Umm... this is not a feature.

@kuy kuy removed the feature label Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant