Почему вы должны использовать useSWR вместо useState при вызове API https://javascript.plainenglish.io/why-you-should-use-useswr-instead-of-usestate-when-calling-apis-8b6de5dc18fc
Medium
Why You Should Use useSWR Instead of useState When Calling APIs
The SWR is a simple React hooks and it returns data as well as error in the object model.
Хук React для легкого создания всплывающей подсказки в ваших компонентах React https://reactjsexample.com/a-react-hook-to-easily-create-tooltip-in-your-react-components/
React.js Examples
A React hook to easily create tooltip in your React components
A React custom hook to make tooltips.
Шпаргалка по React Router: все, что вам нужно знать
https://reactbootcamp.com/react-router-cheatsheet/
https://reactbootcamp.com/react-router-cheatsheet/
Reactbootcamp
The React Bootcamp 2021
Learn everything you need to know in the modern React landscape to become a professional developer in 2021 and beyond.
Самые крутые хуки для вашего проекта React https://brayanarrieta.hashnode.dev/most-awesome-hooks-for-your-react-project
Brayan Arrieta Alfaro's Blog
Most Awesome Hooks for your React project
React.js is currently one of the most popular JavaScript libraries for front-end developers.
React really changed the way we build Single-page applications (SPAs). One of its greatest features is hooks that introduced in React 16.8 and that new feat...
React really changed the way we build Single-page applications (SPAs). One of its greatest features is hooks that introduced in React 16.8 and that new feat...
Компонент линейного индикатора выполнения для React https://reactjsexample.com/a-linear-progressbar-component-for-react/
React.js Examples
A linear progressbar component for react
A linear progressbar component.
10 главных ошибок, которых следует избегать при использовании React https://javascript.plainenglish.io/top-10-mistakes-to-avoid-when-using-react-1796711ad2a0
Medium
Top 10 Mistakes to Avoid When Using React
React has become one of the most popular front-end frameworks. We’ll explore the top 10 mistakes React developers make and how to fix them.
Полное руководство по созданию приложения для обмена сообщениями / чата с React Native https://javascript.plainenglish.io/complete-guide-to-building-a-messaging-chat-app-with-react-native-cb9221ea0403
Medium
Develop A Messaging App with React Native
In this tutorial, we will try to build a chat app using React Native and Expo, and with Firebase as the backend service.
💪Полный список из 34 потрясающих расширений VS Code! https://savio.xyz/34-ultimate-vs-code-extensions-to-increase-productivity
Библиотека компонентов и хуков React с акцентом на удобство использования https://reactjsexample.com/a-react-components-and-hooks-library-with-focus-on-usability/
React.js Examples
A react components and hooks library with focus on usability
a MIT licensed open source react components and hooks library with focus on usability, accessibility and developer experience.
Крошечная библиотека React, которую можно использовать для создания эффекта матового стекла значков. https://reactjsexample.com/a-tiny-react-library-that-can-be-used-to-create-frosted-glass-effect-of-icons/
React.js Examples
A tiny react library that can be used to create frosted glass effect of icons
a tiny react library that can be used to create frosted glass effect of icons.
Приложение Django React - от нуля до развертывания, часть 1 https://towardsdev.com/django-react-app-from-scratch-to-deployment-part-1-8a2fa9a97f1
Medium
Django React App — From Scratch to Deployment Part-1
Are you a Potterhead? You better be because we are going to build a demo Django-react app that will store and display the magical Spells and some fascinating descriptions about them! Create a file…
Вы должны знать замыкания, чтобы быть (хорошим) разработчиком React https://nitsancohen770.medium.com/you-have-to-know-closures-to-be-a-good-react-developer-104fc2f6cd70
Medium
You have to know closures to be a (good) React developer
I hear a lot about the misconception that being a React developer does not mean you have to have a deep understanding of how JavaScript…
Создание впечатлений от виртуальной реальности с помощью React 360 https://blog.bitsrc.io/creating-virtual-reality-experiences-with-react-360-9f354623731e
Medium
Creating Virtual Reality Experiences with React 360
Creating virtual reality experiences using JavaScript
Настраиваемый компонент обратного отсчета для React https://reactjsexample.com/a-customizable-countdown-component-for-react/
React.js Examples
A customizable countdown component for React
A customizable countdown component for React.
Развертывание полнофункционального приложения Node.js + React бесплатно с помощью Begin https://blog.logrocket.com/deploying-node-js-react-app-for-free-begin/
LogRocket Blog
Deploying a full-stack Node.js + React app for free with Begin - LogRocket Blog
There aren’t many options out there to host a full-stack Node.js and React app on a single provider. Begin.com lets you do just that.
Как компоненты React передают данные между собой с помощью свойств https://javascript.plainenglish.io/how-react-components-pass-data-between-each-other-using-props-26aea3ceabc4
Medium
How React Components Pass Data Between Each Other Using Props
For intermediate React learners. There are a lot of things in React meriting a discussion but our focus will be on React components.
Хук React для копирования текста как Markdown https://reactjsexample.com/a-react-hook-to-copy-text-as-markdown/
React.js Examples
A React hook to copy text as Markdown
A React hook to copy text as Markdown.
Создание галереи изображений с помощью Fastify и React https://daily.dev/blog/building-an-image-gallery-with-fastify-and-react
daily.dev
Building an image gallery with Fastify and React
In this article, we would see how Fastify handles file upload as we build an image gallery using Fastify and React. We would work with Cloudinary and Fastify-multer a Fastify alternative to the express middleware multer.