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

How to implement routing and navigation #116

Closed
5 of 9 tasks
koistya opened this issue May 20, 2015 · 12 comments
Closed
5 of 9 tasks

How to implement routing and navigation #116

koistya opened this issue May 20, 2015 · 12 comments

Comments

@koistya
Copy link
Member

koistya commented May 20, 2015

docs/recipes/how-to-implement-routing.md
  • Basic routing
  • Asynchronous routes
  • Parametrized routes
  • Setting page title and meta tags
  • Redirects
  • Code splitting
  • Nested routes
  • Integration with Flux
  • Server-side rendering

See also Universal Router

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@koistya koistya changed the title Add a recipe on how to implement routing How to implement routing May 20, 2015
@koistya koistya changed the title How to implement routing How to implement routing and navigation Jun 15, 2015
@Sunil6591
Copy link

Why can just use react-router

@9mm
Copy link

9mm commented Sep 18, 2015

Yeah I was wondering the same thing, how do I use react-router? This isn't vert documented as is a bit challenging to figure out.

@MattReimer
Copy link

I'm trying to figure out how to redirect based on an action.

Most of the posts Ive seen about react-router suggest getting the router from the this.context object but mine is empty. Any ideas?

@subodh-malgonde
Copy link

@koistya Any idea when the docs would be updated? Especially the docs for nested routes and code splitting.

@learntoswim
Copy link

+1

@zomars
Copy link

zomars commented Mar 2, 2016

I agree with the react-router approach.

@abdifardin
Copy link

react-router +1

@zazapeta
Copy link

Nice demonstration 👍

@yookore
Copy link

yookore commented May 28, 2016

What do we need to do to encourage the completion of these docs?

@langpavel
Copy link
Collaborator

I'm sure something of goals are met. Other are described precisely in standalone issues. Can everybody interesting into this update, reference other issues?

@langpavel
Copy link
Collaborator

@koistya I think more or less all goals mentioned here are achieved, except redirects.

Code splitting is demonstrated in feature/react-intl, not in router, but technically it is same..

@ulani
Copy link
Member

ulani commented May 27, 2021

@koistya thank you very much for crating this issue! Unfortunately, we have close it due to inactivity. Feel free to re-open it or join our Discord channel for discussion.

NOTE: The main branch has been updated with React Starter Kit v2, using JAM-style architecture.

@ulani ulani closed this as completed May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests