[youtube.com] Messaging patterns - Nir Kaufman

[wattenberger.com] react-hooks

[github] react-reconciler/src/ReactFiberHooks.js

[github.com/acdlite] react-fiber-architecture

Create React App

Snippets

Notatki

React as a UI Runtime

Projektowanie UI, wyzwania

[Shawn "swyx" Wang] time travel react hooks

2019 State Management, Hooks, Context API

[github] React Async

When Suspense lands, React Async will make full use of Suspense features. In fact you can already start using React Async right now, and in a later update you'll get Suspense features for free.

[facebookincubator] redux-react-hook

[react-redux] Discussion: Potential hooks API design #1179

[Daishi Kato] react-hooks-global-state, react-hooks-easy-redux

[Luke Hall] Ultimate and super simple Redux alternative for your App.

[Philipp Spiess] Scheduling in React

[Daniel Schulz] Comparison of state management solutions for React

Thinking In Relay - declarative data-fetching.

React hooks

[reactjs.org] docs hooks-reference

usehooks.com

Hooks are functions that let you “hook into” React state and lifecycle features from function components.

Hooks, zwyczajne funkcje ale:

Redux

redux-thunk

redux-logger

[redux.js.org/faq] Alternatives to switch statement

[react-dnd.github] react-dnd examples

React-redux

connect mapStateToProps

common-ways-of-calling-connect

Funkcja connect generuje React wrapper object, dla którego parapetr props jest generowany po każdej zmianie stanu.

The History and Implementation of React-Redux

Reduc Starter Kit

[Mark Erikson] Vision for Redux Starter Kit, Roadmap to 1.0

Immer

github.com/mweststrate/immer

Immutable.js

[stackoverflow] why is immutability so important

the dao of immutability

Ramda

[medium] ramda-lets-code-a-higher-order-duck

React-router

[hackernews] React Router v5

[npm] react-router

[reacttraining.com] react-router philosophy

React forms

Formik - v2.0 Umbrella Issue #828

[Kevin Wolf] Formal - heavily inspired on formik, which currently does not support react hooks

[Erik Rasmussen] redux-form

React SVG

Transform SVGs into React components

React-window

react-window vs react-virtualized

PUG in React, jsx

babel plugin transform react pug

Relay

Building the New facebook.com with React, GraphQL and Relay

Setup

npm i -D @babel/preset-react
npm i -D @types/react-dom

npm i -S react
npm i -S react-dom

npm i -D babel-plugin-transform-react-pug
npm install -D style-loader css-loader sass-loader babel-loader

Ciekawe projekty

[hn] react-three-fiber

[github] react spring

React + D3 = VX