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

Admin: @andrey2019
Download Telegram
Vue JS Hooks And React JS Hooks At A Glance

Hooks” are a feature proposal for React that allow you to provide reusable state to a functional component. This article breaks down how hooks work in React and how they are being experimentally adapted for Vue.js. - http://bit.ly/2PNNtlo

#vue #react #hooks
Why React Hooks, and How Did We Even Get Here?

Hooks have been much celebrated so far in how they give us new ways to create easily consumed contained, composable behaviors, but “they are not the silver bullet solution.” - http://bit.ly/2U1tqiG

#react #hooks
Under The Hood of React’s Hooks System

If you’re tired of hearing about React’s new hooks mechanism, you might want to skip ahead a year, but for now people are continuing to dig deep into understanding how they work. - http://bit.ly/2SB1xMO

#react #hooks
Making setInterval Declarative with React Hooks

If you’ve played with hooks and run into trouble with setInterval, Dan is here to help. — http://amp.gs/9rOu

#react #hooks
A Bumper Collection of React Hooks

Literally links to over 500 different hooks used or offered by React projects. — http://amp.gs/4q7J

#react #hooks
A TSLint Rule for Detecting Invalid Uses of React Hooks

One for the TypeScript users. Enforces the rules of hooks. - http://amp.gs/4DZ2

#react #tslint #hooks
My Intuition on When to Use Custom React Hooks

Learn how custom hooks are like mixins: a great way to share small bits of functionality between components. - http://amp.gs/4Kl3

#react #hooks
use-query-params: A React Hook for Managing State in URL Query Parameters

Encode and decode data of any type as query parameters with smart memoization to prevent creating unnecessary duplicate objects. - http://amp.gs/Rtur

#react #hooks
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
The State Reducer Pattern with React Hooks

A pattern for you to use in custom hooks to enhance their power and flexibility. - http://amp.gs/RsQp

#react #hooks
Some Frustrations with React Hooks

“Before I detail my current frustrations with Hooks I do want to state for the record that I am, for the most part, a fan of Hooks..” - http://amp.gs/A7Ef

#react #hooks
React Hook Form: Simple, Extensible React Form Validation

It’s not just an interesting project, but it has one of the best project homepages I’ve seen too, complete with code comparisons with similar libraries. - http://amp.gs/qGZ7

#react #hooks #forms