А вы знали, что можно писать React-приложения на Kotlin?!?! Вот теперь-то заживём!
https://github.com/JetBrains/create-react-kotlin-app
#javascript #react #kotlin
https://github.com/JetBrains/create-react-kotlin-app
#javascript #react #kotlin
Как Pinterest перевёл профили на React – доклад фронтенд-разработчика Pinterest с JSConf Budapest 2017 🇭🇺 📌
https://www.youtube.com/watch?v=dLmLNlLlHkM
#javascript #react
https://www.youtube.com/watch?v=dLmLNlLlHkM
#javascript #react
YouTube
Imad Elyafi: Migrating Pinterest profiles to React | JSConf Budapest 2017
We all have been in situation when we were in one platform and had to move to another. While it’s relatively easy to build a new web app in React, migrating a service that’s constantly changing and used by millions of people is a much more complicated challenge.…
Kent C. Dodds лично обучит вас React'у 🔥 ⚛
https://egghead.io/courses/the-beginner-s-guide-to-reactjs
https://egghead.io/courses/advanced-react-component-patterns
#javascript #react
https://egghead.io/courses/the-beginner-s-guide-to-reactjs
https://egghead.io/courses/advanced-react-component-patterns
#javascript #react
Астрологи объявили неделю React на Egghead. Количество курсов по управлению state'ом выросло втрое! Поспешите пока курсы в открытом доступе!
⚛+ RxJS: https://egghead.io/courses/build-react-components-from-streams-with-rxjs-and-recompose
⚛+ MobX: https://egghead.io/courses/manage-application-state-with-mobx-state-tree
⚛+ Redux Saga: https://egghead.io/courses/async-react-with-redux-saga
#javascript #react #rxjs
⚛+ RxJS: https://egghead.io/courses/build-react-components-from-streams-with-rxjs-and-recompose
⚛+ MobX: https://egghead.io/courses/manage-application-state-with-mobx-state-tree
⚛+ Redux Saga: https://egghead.io/courses/async-react-with-redux-saga
#javascript #react #rxjs
Запрыгнуть в поезд хайпа ещё не поздно! 🚂⚛
Скринкаст "Основы React.js" от Романа Якобчука поможет вам разобраться с самой популярной библиотекой 2017 года. На русском языке.
http://learn.javascript.ru/screencast/react
#javascript #react
Скринкаст "Основы React.js" от Романа Якобчука поможет вам разобраться с самой популярной библиотекой 2017 года. На русском языке.
http://learn.javascript.ru/screencast/react
#javascript #react
learn.javascript.ru
Скринкаст по React
Пишем React-приложение с серверным рендерингом и деплоим за 40 минут!
https://egghead.io/courses/build-a-server-rendered-reactjs-application-with-next-js
#javascript #react #NextJS #NowSH
https://egghead.io/courses/build-a-server-rendered-reactjs-application-with-next-js
#javascript #react #NextJS #NowSH
egghead
Build a Server-rendered ReactJS Application with Next.js v4
In this course we we’ll see just how quickly next.js makes the process of building server-rendered ReactJS applications by creating and deploying an application that loads blog posts from the Google Blogger API.
Along the way we’ll learn about many of the…
Along the way we’ll learn about many of the…
Beyond React – выступление Дэна Абрамова на JSConf Iceland 🇮🇸, в котором он показывает новые экспериментальные API позволяющие строить высокопроизводительные React-приложения:
https://www.youtube.com/watch?v=v6iR3Zk4oDY
#javascript #react #perfmatters
https://www.youtube.com/watch?v=v6iR3Zk4oDY
#javascript #react #perfmatters
YouTube
Beyond React 16 by Dan Abramov - JSConf Iceland ⚛
UPDATE: official video is available here https://reactjs.org/blog/2018/03/01/sneak-peek-beyond-react-16.html
Here is my screencast 🍿🤓
React 16 was released several months ago. Even though this update was largely API-compatible, the rewritten internal engine…
Here is my screencast 🍿🤓
React 16 was released several months ago. Even though this update was largely API-compatible, the rewritten internal engine…
В одной из следующих мажорных версий React изменятся хуки жизненого цикла компонента. Deprecated станут componentWillMount, componentWillReceiveProps, componentWillUpdate. Паниковать не стоит – facebook готовят codemod, чтобы вам не пришлось рефакторить вручную все компоненты: https://github.com/reactjs/react-codemod/blob/master/transforms/rename-unsafe-lifecycles.js
Дэн Абрамов отмечает, что эти хуки часто содержат сайд-эффекты, что не очень хорошо для недавно представленных фичей "suspence/time slicing" : https://twitter.com/dan_abramov/status/972847917903032320
#javascript
#react
Дэн Абрамов отмечает, что эти хуки часто содержат сайд-эффекты, что не очень хорошо для недавно представленных фичей "suspence/time slicing" : https://twitter.com/dan_abramov/status/972847917903032320
#javascript
#react
GitHub
reactjs/react-codemod
React codemod scripts. Contribute to reactjs/react-codemod development by creating an account on GitHub.
Новый выпуск видеокаста Frontend & Backend @frontend_and_backend – Redux Async: Saga vs Thunk vs Observable ⚛
https://www.youtube.com/watch?v=xMN5VrvcuPI
#javascript #podcast #react #redux
https://www.youtube.com/watch?v=xMN5VrvcuPI
#javascript #podcast #react #redux
YouTube
Redux Async: Saga vs Thunk vs Observable
Telegram: https://t.me/frontend_and_backend
Группа VK: https://vk.com/frontend_and_backend
Тайминг:
— Redux Thunk - 1:30
— Redux Saga - 8:42
— Redux Observable - 17:50
Группа VK: https://vk.com/frontend_and_backend
Тайминг:
— Redux Thunk - 1:30
— Redux Saga - 8:42
— Redux Observable - 17:50
А вот и подробности про новый жизненный цикл React-компонента, про который говорил Дэн Абрамов на JSConf Iceland. С примерами, как было и как станет:
https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
#javascript #react #perfmatters
https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
#javascript #react #perfmatters
legacy.reactjs.org
Update on Async Rendering – React Blog
This blog site has been archived. Go to react.dev/blog to see the recent posts. For over a year, the React team has been working to implement asynchronous rendering. Last month during his talk at JSConf Iceland, Dan unveiled some of the exciting new possibilities…
Новый курс по тестированию React-компонентов с помощью Enzyme и Jest:
https://egghead.io/courses/test-react-components-with-enzyme-and-jest
#javascript #react #codequality
https://egghead.io/courses/test-react-components-with-enzyme-and-jest
#javascript #react #codequality
egghead
Test React Components with Enzyme and Jest
In this course we are going to work through properly setting up Enzyme with Jest to test rendered components. This includes the nitty gritty of making o...
Поддержим нашего подписчика, который записывает курс "Анатомия React для начинающих" ⚛
https://www.youtube.com/playlist?list=PLvWwA9iDlhHBQ6razvwomGcUIfQm4fk6D
#javascript #react
https://www.youtube.com/playlist?list=PLvWwA9iDlhHBQ6razvwomGcUIfQm4fk6D
#javascript #react
Сталкивались с задачей добавления drag'n'drop в ваш проект на React? А как на счёт доступности? Cмотрите новый скрикаст по использованию react-beautiful-dnd:
https://egghead.io/courses/beautiful-and-accessible-drag-and-drop-with-react-beautiful-dnd
#javascript #react
https://egghead.io/courses/beautiful-and-accessible-drag-and-drop-with-react-beautiful-dnd
#javascript #react
egghead
Beautiful and Accessible Drag and Drop with react-beautiful-dnd
Drag and drop (dnd) experiences are often built to sort lists of content vertically and horizontally.
react-beautiful-dnd is an excellent tool for thes...
react-beautiful-dnd is an excellent tool for thes...
Перевод книги "The Road To Learn React" на русский язык, который можно забрать бесплатно:
https://leanpub.com/the-road-to-learn-react-russian
#javascript #react
https://leanpub.com/the-road-to-learn-react-russian
#javascript #react
Leanpub
Путь к изучению React
Книга «Путь к изучению React» использует здравый смысл, чтобы справиться с React и в конечном счёте создать привлекательное реальное приложение