Top "Routes" questions

Questions about mapping URLs to Controllers and Actions.

Client Routing (using react-router) and Server-Side Routing

I have been thinking and I am confused with the routing between Client and Server. Suppose I use ReactJS for …

javascript reactjs routes react-router url-routing
How to get list of all routes of a controller in Symfony2?

I have a controller which implements all routes/URL(s). I had the idea to offer a generic index over …

symfony indexing controller routes symfony-2.1
Use specific middleware in Express for all paths except a specific one

I am using the Express framework in node.js with some middleware functions: var app = express.createServer(options); app.use(…

node.js routes express middleware
Angularjs, passing scope between routes

I have a situation with a form that stretches over several pages (might not be ideal, but that is how …

scope routes angularjs controllers
When user is not logged in redirect to login. Reactjs

My App looks like: class App extends Component { render() { <Router> <div> <Route exact path='/…

reactjs authentication redirect ecmascript-6 routes
No route matches missing required keys: [:id]

I'm new at Rails and I've seem similar problems, but I can't solve mine. My routes: resources :users do resources :…

html ruby-on-rails ruby path routes
How to display a route between two geocoords in google maps?

Possible Duplicate: J2ME/Android/BlackBerry - driving directions, route between two locations I'm just writing an App for displaying …

android google-maps overlay routes
How to smooth scroll to page anchor in angular 4 without plugins properly?

What I want to achieve is a click to and do a smooth scroll to bottom / specified div area which …

angular typescript scroll routes
Use anchors with react-router

How can I use react-router, and have a link navigate to a particular place on a particular page? (e.g. /…

javascript reactjs routes react-router anchor
Redirect user with router depending on logged in status

I would like to automatically route to a login page if the user is not logged in. app.module.ts …

angular typescript authentication routes router