React Libraries for 2025
A guide to the essential React libraries for building large-scale applications in 2025, covering state, routing, styling, and more.
A guide to the essential React libraries for building large-scale applications in 2025, covering state, routing, styling, and more.
A tutorial on using Descendant Routes in React Router 7 to manage routing for related components without nesting.
A tutorial on implementing Nested Routes in React Router 7 to create tabbed navigation and dynamic view updates.
A tutorial on implementing user authentication in React Router 7, including protected routes and fake API integration.
A quick tutorial and code example for getting started with React Router 7, covering basic routing concepts.
A tutorial on implementing routing in React using React Router 7, covering setup, navigation, and route configuration.
A developer shares notes on Go 1.22's improved built-in router and using sqlc to generate database code, based on personal project experience.
A guide on using React Router's matchPath function to dynamically set page titles and reduce code repetition in React applications.
The author explores routing in web frameworks and details the implementation of a flat-list routing system for their Lua-based Atlas framework.
A recap of new features announced for Laravel 5.5 at the Laracon US 2017 conference, including frontend presets and routing improvements.
Explains the new routing structure in Laravel 5.3, including the move to separate 'web.php' and 'api.php' files.
A developer shares a code refactor by Laravel's creator, highlighting lesser-known features like Cache::remember.
Explains the removed Route Annotations feature in Laravel 5.0, which allowed defining routes via PHP DocBlock comments in controllers.