FrontEnd Development
30.8K subscribers
145 photos
1 video
9.34K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
React Router v4 Released: Declarative Routing for React
The final release is now out. - https://goo.gl/8bCxtL

#react #router
Redux-First Router: A Step Beyond Redux-Little-Router
“The purpose of this article is to debunk the effectiveness of route-matching components + nested routes when using Redux, while discovering a better [..] way.” - https://goo.gl/1nhMPq

#react #router #redux
Configuring Vue Router for a Single Page App

Vue Router is a perfect tool for handling the hard parts of the HTML5 History API. Dan Pastori brings a great article on how you can configure your single-page app routes using Vue Router. - https://goo.gl/anh3AD

#vue #router
Build A Lazy-Load Router With Vue.js And The Latest Browser Features

Dynamic module importing is one of the latest JavaScript features to hit the major browsers. In this article, I’ll demonstrate how you can build a lazy-load router with Vue.js that works natively in supported browsers. Without having to polyfill a module loading system, you can create this with just a few lines of code! - https://goo.gl/iKdWi5

#vue #router
Using Props for Accessing URL Parameters Within Components with Vue Router

This video tutorial shows how you can use props to access URL parameters and, in doing so, make your code DRYer, cleaner and easier to understand. - https://goo.gl/3MW9Vw

#vue #router #video
A Practical Introduction to React Router 4

A gentle intro to React Router 4, a popular, declarative routing mechanism — packed with practical examples. - https://goo.gl/KBs3fe

#react #router
Using a Central Route Config with React Router v4

React Router v4 moved towards a component based routing approach, but you can still put together a centralized route config if you wish. 10 minute video plus code and notes. - http://bit.ly/2IvLNpB

#react #router
New in Angular v7.1: Updates to the Router

Some new features have been added to the Angular Router with version 7.1.0. In this article, we’ll explore how to start using these new features. We’ll also understand the motivations behind them, and take a glance at how they are implemented in the Angular sources. - http://amp.gs/E2jl

#angular #router
Routing with Hooks: A New Approach to React Routing?

An interesting experiment in using hooks for React app routing has turned into an actual project called hookrouter which has some compelling advantages compared to existing routers. See how it works here. - http://amp.gs/RPZE

#react #router #hooks
Named Routes with React Router - http://amp.gs/Ut88

#react #router
React Router 6.4: Bringing in the Remix Features

The latest release of the popular router adds data loading, data mutation, pending navigation, and error handling APIs from Remix, bringing them to every React Router app. - http://amp.gs/jGAkl

#react #router
👍7