Зачем и как использовать композицию компонентов в React.
https://clck.ru/UQwdk
https://clck.ru/UQwdk
Medium
Why and How to Use Component Composition in React
Unnecessary props and irrelevant conditionals are avoided with this approach, and our component is much more maintainable and reusable.
Как автоматически развернуть ваши приложения React с помощью Cloudflare Pages https://www.freecodecamp.org/news/how-to-auto-deploy-your-react-apps-with-cloudflare-pages/
freeCodeCamp.org
How to Auto-Deploy Your React Apps with Cloudflare Pages
In this article, I'm going to show you how to very quickly deploy any React application with the help of Cloudflare pages. You'll see how to not only build and deploy your app within minutes using just a few tools, but also how to auto-deploy any future…
Создайте безопасное настольное приложение с помощью Electron Forge и React https://www.sitepoint.com/electron-forge-react-build-secure-desktop-app
SitePoint
Build a Secure Desktop App with Electron Forge and React
Creating a cross-platform desktop app is easy thanks to Electron. Learn how to create a secure desktop app using React, Electron and Electron Forge.
Шпаргалка по React - 9 распространенных случаев рендеринга HTML, о которых вы должны знать https://www.freecodecamp.org/news/react-cheatsheet-html-rendering/
freeCodeCamp.org
React Cheatsheet – 9 Common HTML Rendering Cases You Should Know
Whenever I'm starting with a new framework or it's been a while since I've used it, I always end up searching for the same simple things. I'll Google how to render raw HTML, how to display a component based on a condition, how to assign a class to an element…
This media is not supported in your browser
VIEW IN TELEGRAM
Система компонентов-сущностей для React https://reactjsexample.com/an-entity-component-system-for-react/
React - Помимо основ (исключая хуки): Context, Errors, Refs, HOCs, Render Props. В этой статье предполагается, что вы понимаете основы React, и вы пытаетесь прояснить более сложные концепции.
Я буду говорить о контексте, ошибках, ссылках, компонентах высокого порядка и свойствах рендеринга. https://medium.com/nerd-for-tech/react-beyond-the-basics-excluding-hooks-context-errors-refs-hocs-render-props-52df90d61229
Я буду говорить о контексте, ошибках, ссылках, компонентах высокого порядка и свойствах рендеринга. https://medium.com/nerd-for-tech/react-beyond-the-basics-excluding-hooks-context-errors-refs-hocs-render-props-52df90d61229
Medium
React — Beyond the basics (excluding hooks): Context, Errors, Refs, HOCs, Render Props.
This article assumes you understand the basics of React and tries to clarify the more advanced concepts.
Использование Material UI в React Native https://blog.logrocket.com/using-material-ui-in-react-native/
LogRocket Blog
Using Material UI in React Native - LogRocket Blog
If you’re building a cross-platform mobile app, it’s a good idea to base your app’s UI/UX on Material Design, Google’s own design language, which it uses in all its mobile apps. Why? One of the best reasons is that many of the most popular mobile apps heavily…
Ультра-настраиваемый фреймворк карусели для React.JS https://reactjsexample.com/ultra-customizable-carousel-framework-for-react-js/
React.js Examples
Ultra-customizable carousel framework for React.JS
Ultra-customizable carousel framework for React.JS.
Компонент React для выбора элементов из списка столбцов https://reactjsexample.com/react-component-to-select-items-from-a-column-list/
React.js Examples
React component to select items from a column list
React component to select items from a column list.
10 советов по настройке производительности React UI https://www.infoworld.com/article/3616579/10-tips-for-tuning-react-ui-performance.html
InfoWorld
10 tips for tuning React UI performance
Nobody likes a slow web UI. Fortunately, React gives you a number of ways to tune UI performance, from ways to optimize updates to the DOM to the ability to render and fetch simultaneously using the new concurrent mode.
This media is not supported in your browser
VIEW IN TELEGRAM
Компонент гонки на бесшовных гистограммах для React https://reactjsexample.com/seamless-bar-chart-race-component-for-react/
Полное руководство по созданию приложения для доставки продуктов с помощью React Native https://javascript.plainenglish.io/a-complete-guide-to-building-your-on-demand-grocery-app-with-react-native-3c05bea2b791
Medium
A Complete Guide to Build a Grocery Delivery App with React Native
A tutorial for both beginners and experienced React Native users to build a successful grocery delivery app in the post-Covid world.
Руководство По React Table И Лучшие Примеры React Table https://flatlogic.com/blog/react-table-guide-and-best-react-table-examples/
Flatlogic
React Table Guide and Best React Table Examples 2023
We will give you good concentrated information on how to choose a react table, what difficulties are there during development of react tables, and other things that will really help you create great and useful react tables.
Передача данных от дочернего к родительскому компоненту в TypeScript React https://javascript.plainenglish.io/passing-data-from-child-to-parent-component-in-typescript-react-92ab6d03ceb1
Medium
Passing Data From Child to Parent Component in TypeScript React
In modern-day front-end development due to its complexity and size, there’s a need for robust libraries, tools, and frameworks. With…
Выпадающее меню React с множественным выбором с поиском и различными опциями https://reactjsexample.com/react-multiselect-dropdown-with-search-and-various-options/
React.js Examples
React multiselect dropdown with search and various options
A React component which provides multi select functionality with various features like selection limit.
Приложение React для управления событиями и встречами https://reactjsexample.com/a-react-application-for-managing-events-and-meetings/
React.js Examples
A React application for managing events and meetings
Pink Planner is a React application that I developed while enrolled in a Full-stack web development bootcamp (Concordia University).
Использование хуков для создания функции поиска в реальном времени в React https://javascript.plainenglish.io/using-hooks-to-create-a-live-search-feature-in-react-c667fe9bbc9e
Medium
Using Hooks to Create a Live Search Feature in React
In this article, we will set up a live search for our friends list so that the user can find a specific friend more easily.