Forwarded from Frontend
Напишите компонент React как профессионал
https://medium.com/@scozdev/write-a-react-component-like-a-pro-4852109ffee5
https://medium.com/@scozdev/write-a-react-component-like-a-pro-4852109ffee5
Medium
Write a React Component Like a Pro
In the world of React, writing components is an art. It’s not just about making them work — it’s about making them work well. Today, we’re…
Отображайте PDF-файлы в вашем приложении React так же легко, как если бы они были изображениями. https://github.com/wojtekmaj/react-pdf
GitHub
GitHub - wojtekmaj/react-pdf: Display PDFs in your React app as easily as if they were images.
Display PDFs in your React app as easily as if they were images. - wojtekmaj/react-pdf
Forwarded from Frontend
Напишите компоненты один раз, запустите везде. Компилируется в React, Vue, Qwik, Solid, Angular, Svelte и другие. https://github.com/BuilderIO/mitosis
GitHub
GitHub - BuilderIO/mitosis: Write components once, run everywhere. Compiles to React, Vue, Qwik, Solid, Angular, Svelte, and more.
Write components once, run everywhere. Compiles to React, Vue, Qwik, Solid, Angular, Svelte, and more. - GitHub - BuilderIO/mitosis: Write components once, run everywhere. Compiles to React, Vue, ...
В этой статье мы рассмотрим Context API, начиная с понимания необходимости его использования в приложениях React и заканчивая его настройкой и эффективным использованием.
https://www.freecodecamp.org/news/react-context-api-explained-with-examples
https://www.freecodecamp.org/news/react-context-api-explained-with-examples
freeCodeCamp.org
React Context API Explained with Examples
Managing state has always been a critical aspect of making web applications with React. The most basic way to do this is prop drilling. In prop drilling, you pass props around from the parent component to other components that need it, no matter how ...
Поскольку хуки являются частью основы React, здесь мы рассмотрим, как к ним применяются принципы SOLID.
https://dev.to/perssondennis/write-solid-react-hooks-436o
https://dev.to/perssondennis/write-solid-react-hooks-436o
DEV Community
Write SOLID React Hooks
SOLID is one of the more commonly used design patterns. It's commonly used in many languages and...
Аутентификация в React с помощью JWT, токенов доступа и обновления (полное руководство)
https://www.youtube.com/watch?v=AcYF18oGn6Y
https://www.youtube.com/watch?v=AcYF18oGn6Y
YouTube
Authentication in React with JWTs, Access & Refresh Tokens (Complete Tutorial)
🚀 Project React → https://cosden.solutions/project-react
📥 Import React (Newsletter) → https://cosden.solutions/newsletter?s=ytd
Join The Discord! → https://discord.cosden.solutions
VSCode Theme | Font → Material Theme Darker | Menlo, Monaco "monospace"…
📥 Import React (Newsletter) → https://cosden.solutions/newsletter?s=ytd
Join The Discord! → https://discord.cosden.solutions
VSCode Theme | Font → Material Theme Darker | Menlo, Monaco "monospace"…
Лучший бесплатный SaaS-шаблон с открытым исходным кодом для React и NodeJS.
https://dev.to/wasp/the-best-free-open-source-saas-template-for-react-nodejs-263
https://dev.to/wasp/the-best-free-open-source-saas-template-for-react-nodejs-263
DEV Community
The best free, open-source SaaS template for React & NodeJS
Presenting Open SaaS 🎉 We’re really excited to present Open SaaS, the totally free,...
Лучшие инструменты для реализации поиска в электронной коммерции в React
https://blog.logrocket.com/top-tools-implementing-e-commerce-search-react
https://blog.logrocket.com/top-tools-implementing-e-commerce-search-react
LogRocket Blog
The top tools for implementing ecommerce search in React - LogRocket Blog
Explore top frontend tools for implementing ecommerce search functionality with React demo implementations.
Блокнот Jupyter с искусственным интеллектом, созданный с использованием React
https://github.com/squaredtechnologies/thread
https://github.com/squaredtechnologies/thread
GitHub
GitHub - squaredtechnologies/vizly-notebook: AI-powered Jupyter Notebook — use local AI to generate and edit code cells, automatically…
AI-powered Jupyter Notebook — use local AI to generate and edit code cells, automatically fix errors, and chat with your data - squaredtechnologies/vizly-notebook
Проекты React и управление состоянием
https://medium.com/@nwokichaamarachi/react-projects-and-state-management-65d68e852d55
https://medium.com/@nwokichaamarachi/react-projects-and-state-management-65d68e852d55
Medium
React Projects and State management
The core function of every application is its ability to manage, store, and manipulate data created within it or received from an external…
Как развернуть любое веб-приложение за 15 минут. Учебное пособие |
https://www.youtube.com/watch?v=ZZ1lnw8D3Qo
https://www.youtube.com/watch?v=ZZ1lnw8D3Qo
YouTube
How To Deploy Any Web Application In 15 Minutes Tutorial | VPS + Coolify Combo
Check Out My Full Stack Next.js 2024 Edition Course
https://www.ultimatenextjs.com
If you been looking for a vercel alternative to deploy your next.js applications, or perhaps you started messing around with go and you want to manage all your projects in…
https://www.ultimatenextjs.com
If you been looking for a vercel alternative to deploy your next.js applications, or perhaps you started messing around with go and you want to manage all your projects in…
useLayoutEffect против useEffect в React
https://www.telerik.com/blogs/uselayouteffect-vs-useeffect-react
https://www.telerik.com/blogs/uselayouteffect-vs-useeffect-react
Telerik Blogs
useLayoutEffect vs. useEffect in React
The useLayoutEffect and useEffect hooks in React share similarities in function but differ in execution timing. Let’s see when and why to use each one.
React-admin v5 уже здесь! Эта версия началась как техническое обновление для очистки кодовой базы и интеграции новейших функций и библиотек React. Однако в итоге мы добавили много новых функций и улучшений , которые, как мы думаем, вам понравятся. https://marmelab.com/blog/2024/06/20/react-admin-v5.html
Marmelab
Introducing React-Admin V5
After 6 months of hard work, the new major version of React-admin is here!
Оптимизация вашего приложения React: руководство по настройке готового к производству приложения с помощью Webpack, TypeScript, ESLint и Prettier - 2024
https://dev.to/shivampawar/optimizing-your-react-app-a-guide-to-production-ready-setup-with-webpack-typescript-eslint-and-prettier-2024-4lcl
https://dev.to/shivampawar/optimizing-your-react-app-a-guide-to-production-ready-setup-with-webpack-typescript-eslint-and-prettier-2024-4lcl
DEV Community
Optimizing Your React App: A Guide to Production-Ready Setup with Webpack, TypeScript, ESLint, and Prettier - 2024
In this blog post, we'll cover everything you need to know to set up a React app that's ready for...