Вы должны знать замыкания, чтобы быть (хорошим) разработчиком 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.
React for Beginners: полная шпаргалка по React на 2021 год https://www.freecodecamp.org/news/react-for-beginners-cheatsheet/
freeCodeCamp.org
React for Beginners: Complete React Cheatsheet for 2021
Welcome to the React for Beginners guide. It's designed to teach you all the core React concepts that you need to know to start building React applications in 2021. I created this resource to give you the most complete and beginner-friendly path to l...
Настраиваемая сплайновая оболочка для React для добавления приятных анимаций. https://reactjsexample.com/a-configurable-and-spline-wrapper-for-react-to-add-sweet-animations/
React.js Examples
A configurable and spline wrapper for React to add sweet animations
A wrapper to painlessly integrate Spline projects into your React code-space.
useQuery вместо Fetch при вызове API https://javascript.plainenglish.io/usequery-instead-of-fetch-while-calling-an-api-ef12964457c5
Medium
useQuery Instead of Fetch While Calling an API
But the problem is, it is very hard to code the caching based fetching system to effectively avoid network call duplication.
Основы перехватчиков React - перехватчик useState https://javascript.plainenglish.io/introduction-to-react-hooks-usestate-f39c6743a484
Medium
Introduction to React Hooks — useState
Basics of React Hooks — the useState hook
Бесплатный шаблон администратора, созданный с помощью React и Bootstrap4 https://reactjsexample.com/free-admin-template-built-with-react-and-bootstrap4/
React.js Examples
Free Admin Template Built with React and Bootstrap4
Free Admin Template Built with React and Bootstrap4.
Создание анимации на основе физики в React с renature https://blog.logrocket.com/physics-based-animations-react-renature/
LogRocket Blog
Creating physics-based animations in React with renature - LogRocket Blog
renature is a physics-based animation library for React inspired by the natural world. We cover its core API and share several demos.
Практические примеры использования Webpack и React https://blog.bitsrc.io/5-techniques-for-bundle-splitting-and-lazy-loading-in-react-b471004335f5
Medium
5 Techniques for Bundle Splitting and Lazy Loading in React
Practical examples using Webpack and React
Бесплатный шаблон панели управления администратора, созданный с помощью Tailwind CSS и React https://reactjsexample.com/a-free-admin-dashboard-template-built-with-tailwind-css-and-react/
React.js Examples
A Free Admin Dashboard Template Built With Tailwind CSS And React
Mosaic Lite is a responsive dashboard template built on top of TailwindCSS and fully coded in React.
Полное руководство по разработке Full Stack Ethereum В этой статье вы узнаете, как создавать полные dApps с помощью React, Ethers.js, Solidity и Hardhat. https://www.freecodecamp.org/news/full-stack-ethereum-development/
freeCodeCamp.org
The Complete Guide to Full Stack Ethereum Development
By Nader Dabit In this article, you'll learn how to build full stack dApps with React, Ethers.js, Solidity, and Hardhat. You can find the code for this project here. The video course for this tutorial is here. I recently joined Edge & Node as a Devel...
7 шагов по модернизации и оптимизации вашего приложения React https://javascript.plainenglish.io/7-steps-to-modernize-and-optimize-your-react-app-466cbea51b8f
Medium
7 Steps to Modernize and Optimize Your React App
The nature of the frontend environment and community, their tools and the tech stacks are transforming fast.
В этой статье мы собираемся настроить готовое к производству приложение React, написанное на TypeScript, для аутентификации пользователей с помощью Firebase Auth. https://javascript.plainenglish.io/firebase-auth-with-react-typescript-4b9d9605fa53
Medium
Firebase Auth with React Typescript
In this article, we are going to set up a production-ready React application written in TypeScript to authenticate users using Firebase…