Введение в URQL - легковесный GraphQL клиент для React, основанный на хуках
#urql #graphql #frontend #webdev #react #jsarticle #javascript #hooks
#urql #graphql #frontend #webdev #react #jsarticle #javascript #hooks
DEV Community
Introduction to Urqls useQuery React Hook
Urql is a flexible alternative to Apollo GraphQL client. We will go over how to run a simple GraphQL query.
5 распространённых ошибок при написании React компонентов с хуками
#react #jsarticle #javascript #hooks #frontend #webdev
#react #jsarticle #javascript #hooks #frontend #webdev
www.lorenzweiss.de
Five common mistakes writing react components (with hooks) in 2020
The most common mistakes I found while writing react components, why they are mistakes and how to avoid or fix them.
useVideoCard – React хук для получения сведений о видеокарте
#frontend #webdev #webgl #jslib #javascript #react #hooks
#frontend #webdev #webgl #jslib #javascript #react #hooks
GitHub
GitHub - BRA1L0R/use-videocard: React hook to fetch the graphics card information of the client using canvas
React hook to fetch the graphics card information of the client using canvas - GitHub - BRA1L0R/use-videocard: React hook to fetch the graphics card information of the client using canvas
5 Распространённых ошибок при написании React компонентов с хуками
#hooks #react #frontend #webdev #javascript #jsarticle
#hooks #react #frontend #webdev #javascript #jsarticle
www.lorenzweiss.de
Five common mistakes writing react components (with hooks) in 2020
The most common mistakes I found while writing react components, why they are mistakes and how to avoid or fix them.
Генерация TypeScript типов и кастомных React хуков, основанных на GraphQL
#graphql #frontend #jsarticle #react #hooks #javascript #typescript
#graphql #frontend #jsarticle #react #hooks #javascript #typescript
Generating TypeScript types and React Hooks based on GraphQL endpoint
Autogenerate Typescript types and custom React hooks in React applications with GraphQL Code Generator.
rc-form-pure - React библиотека для форм, основанная на хукам и чистых компонентах
Удобство работы с зависимыми полями через хуки
Не зависит от менеджеров состояния (в отличие от
Можно использовать в React Native
Легковесная
Нет зависимостей
Библиотека написана на TypeScript
Автор - наш подписчик (@mallchel)
#jslib #react #frontend #webdev #javascript #typescript #forms #hooks
#jslib
Удобство работы с зависимыми полями через хуки
useWatch
и setFields
Конфигурация полей на уровне FormItem
и на уровне FormBuilder
через extraFieldsProps
Из коробки FormItem
- pure компоненты (заметный перформанс для сложных форм)Не зависит от менеджеров состояния (в отличие от
redux-form
)Можно использовать в React Native
Легковесная
Нет зависимостей
Библиотека написана на TypeScript
Автор - наш подписчик (@mallchel)
#jslib #react #frontend #webdev #javascript #typescript #forms #hooks
#jslib
GitHub
GitHub - mallchel/rc-form-pure
Contribute to mallchel/rc-form-pure development by creating an account on GitHub.
Фиксированный заголовок у таблиц с помощью React хуков
#react #hooks #frontend #webdev #jsarticle #javascript #html
#react #hooks #frontend #webdev #jsarticle #javascript #html
webup.org
Sticky Table Header with React Hooks
Long tables with an endless scroll. Tables are great presentational medium for data, but it's not straightforward to stick their headers on top. Confronting that limitation with React hooks.
Предотвращение утечек памяти useEffect в React
#jsarticle #javascript #frontend #webdev #react #hooks
#jsarticle #javascript #frontend #webdev #react #hooks
Wisdom Geek
Avoiding race conditions and memory leaks in React useEffect
When making API calls, it is possible to run into race conditions using useEffect. To fix it, we need to cancel all asynchronous tasks in the cleanup function.
Валидация форм с помощью React хуков без использования сторонних библиотек
#jsarticle #frontend #javascript #webdev #react #hooks
#jsarticle #frontend #javascript #webdev #react #hooks
Felixgerschau
Form validation with React Hooks WITHOUT a library: The Complete Guide | Felix Gerschau
In this article, I walk you through the process of creating a hook that you can use for managing forms without the use of a library.