Next.js offers many benefits, one being file routing. Learn how to set up a Next.js project and how file routing in Next.js works.
Tag: routing
Jurgen teaches Angular routing from scratch, showing how to update an Angular app when the URL changes & trigger data loading with Angular Router.
Laravel has the option to bind models to routes, for easy auto-fetching. See how they can be configured, and how to switch to UUID instead of primary keys!
Tom Greco explains how to take advantage of Angular UI Router's relative & absolute named routes, to write modular code you can reuse across your projects.
Ravi Kiran takes us on a tour of AngularJS's new router and demonstrates how it solves many problems (e.g. parallel and nested views) that ngRoute couldn't.
Rafie Younes introduces Silex, the microframework from Sensiolabs, the makers of Symfony. What is it good for? Is it better than Symfony? Find out!
Modernizing Legacy Applications in PHP is a book that promises to help you bring ancient horrible projects up to speed. Does it? Find out in this review!
Flask is a microframework for Python, the opposite of the giant that is Django. It makes it super easy to get started with Python. See how in this tutorial!
Nicolas Scolari will explain how to get started with Symfony2 Route Annotations for routing in your controllers rather than using YML config files.
Francesco Malatesta demonstrates the use of one of PHP's fastest routing engines - PHRoute by nikic. Forty times faster than Laravel's!
Danny Sipos introduces you to the cutting edge of Drupal: building Drupal 8 modules
Learn the basics of routing, caching and active record in the Yii PHP framework