React

310 bookmarks
Custom sorting
nyancss/nyancss
nyancss/nyancss
🌈 Write plain CSS while ripping benefits of CSS-in-JS - nyancss/nyancss
·github.com·
nyancss/nyancss
Dockerizing a React App
Dockerizing a React App
Let's look at how to Dockerize a React app.
·mherman.org·
Dockerizing a React App
Тестируем React в 2019
Тестируем React в 2019
Сегодня кажется, что все используют разные библиотеки для тестирования React приложений. Даже одну и ту же библиотеку используют по…
·medium.com·
Тестируем React в 2019
Using Axios with React
Using Axios with React
Axios is an easy to use HTTP client. Learn how to use it within your React applications.
·alligator.io·
Using Axios with React
How to create an accessible React modal
How to create an accessible React modal
A step-by-step guide to creating an accessible and reusable modal component in React
·levelup.gitconnected.com·
How to create an accessible React modal
Rendering large lists with react-window
Rendering large lists with react-window
If you use React and need to display large lists of data efficiently, you may be familiar with react-virtualized. It's a windowing library by Brian Vaugh...
·addyosmani.com·
Rendering large lists with react-window
We migrated to Next.js to serve our home page 7.5× faster
We migrated to Next.js to serve our home page 7.5× faster
We migrated our home page from a basic React boilerplate (React Boilerplate) to Next.js, a progressive web app framework for React. We made no other changes, and the switch was basically invisible.
·manifold.co·
We migrated to Next.js to serve our home page 7.5× faster
Повышаем производительность в компонентах-функциях React с помощью React.memo ()
Повышаем производительность в компонентах-функциях React с помощью React.memo ()
Представляем вам перевод статьи Chidume Nnamdi, которая была опубликована на blog.bitsrc.io. Если вы хотите узнать, как избежать лишнего рендера и чем полезны но...
·habr.com·
Повышаем производительность в компонентах-функциях React с помощью React.memo ()
ReactJS + MobX — опыт использования DI
ReactJS + MobX — опыт использования DI
Мне кажется, настало время поделится подходом для написания ReactJS App, я не претендую на уникальность. Первый абзац можно пропустить. Я занимаюсь web...
·habr.com·
ReactJS + MobX — опыт использования DI
Email Confirmation with React
Email Confirmation with React
It sounds so simple! Confirming an email address has been around as long as… well email addresses.
·blog.bitsrc.io·
Email Confirmation with React
React 16.6.0 Goodies
React 16.6.0 Goodies
React 16.6.0 was released October 2018 and with it came goodies that spice up the way we can develop with React. We’re going to cover what I consider the
·css-tricks.com·
React 16.6.0 Goodies
Конечные React Компоненты
Конечные React Компоненты
Чем мне нравится экосистема React, так это тем, что за многими решениями сидит ИДЕЯ. Различные авторы пишут различные статьи в поддержку существующего порядка и...
·habr.com·
Конечные React Компоненты
Revisiting React Testing in 2019
Revisiting React Testing in 2019
Seems that today, everyone is using a different React testing library and even when they are using the same one, the their philosophy…
·codeburst.io·
Revisiting React Testing in 2019
Introducing the React Profiler – React Blog
Introducing the React Profiler – React Blog
React 16.5 adds support for a new DevTools profiler plugin. This plugin uses React’s experimental Profiler API to collect timing information about each component that’s rendered in order to identify performance bottlenecks in React applications. It will be fully compatible with our upcoming time slicing and suspense features. This blog post covers the following topics: Profiling an application Reading performance data Browsing commits Filtering commits Flame chart Ranked chart Component…
·reactjs.org·
Introducing the React Profiler – React Blog
Oblosys/react-lifecycle-visualizer
Oblosys/react-lifecycle-visualizer
Real-time visualizer for React lifecycle methods. Contribute to Oblosys/react-lifecycle-visualizer development by creating an account on GitHub.
·github.com·
Oblosys/react-lifecycle-visualizer
Тестовое задание #3
Тестовое задание #3
Краткое описание: стандартное CRUD-приложение с возможностью войти через google аккаунт. Если пользователь залогинился — он может создавать новости. Так же пользователь может редактировать и удалять только свои новости....
·maxpfrontend.ru·
Тестовое задание #3
React optimization tips
React optimization tips
In React, the component literally re-renders while its state or props change. While it makes sense as state represents internal data and…
·itnext.io·
React optimization tips
Async React using React Router & Suspense
Async React using React Router & Suspense
Using Suspense and `lazy` to make asynchronous loading of React components as easy and as intuitive as you’d expect.
·itnext.io·
Async React using React Router & Suspense
React-Hot-Loader v4.6
React-Hot-Loader v4.6
Примерно месяц назад вышли React Hooks, и сразу же выяснилось что React-Hot-Loader портит все малину и не только сам с ними не очень совместим, так еще и весь...
·habr.com·
React-Hot-Loader v4.6
sokra/rawact
sokra/rawact
[POC] A babel plugin which compiles React.js components into native DOM instructions to eliminate the need for the react library at runtime. - sokra/rawact
·github.com·
sokra/rawact
Компоненты высшего порядка в React
Компоненты высшего порядка в React
Недавно мы публиковали материал о функциях высшего порядка в JavaScript, направленный на тех, кто изучает JavaScript. Статья, перевод которой мы публикуем...
·habr.com·
Компоненты высшего порядка в React