reactjs.org
Create React App 2.0: Babel 7, Sass, and More – React Blog
Create React App 2.0 has been released today, and it brings a year’s worth of improvements in a single dependency update. While React itself doesn’t require any build dependencies , it can be challenging to write a complex app without a fast test runner, a production minifier, and a modular codebase. Since the very first release, the goal of Create React App has been to help you focus on what matters the most — your application code — and to handle build and testing setup for you. Many of the…
Medium
Adopting Reason: strategies, dual sources of truth, and why genType is a big deal
Disclaimer: migrating an existing product to a new language, even if partially, is one of the most impactful decisions that a team or tech…
Qiita
OhYes, you can interop with TypeScript using PureScript - Qiita
Recently, I updated my [OhYes](<https://github.com/justinwoo/ohyes-demo>) library to the latest [Variant](<https://githu>...
GitHub
Collection of useful React components. Contribute to streamich/libreact development by creating an account on GitHub.
GitHub
theKashey/react-shallow-context
:shamrock:A speed optimization for a Context API. Contribute to theKashey/react-shallow-context development by creating an account on GitHub.
YouTube
Strange Loop 2018 Sept 27-28th, 2018 St. Louis, MO <https://thestrangeloop.com/2018/sessions.html>
Medium
專案重回 create-react-app v2 懷抱 – pxn – Medium
長久以來要搞定 react 的 tooling 一直不是一件容易的事,直到 facebook 正式推出了官方的 starter kit:create-react-app(以下簡稱CRA),大幅簡化了專案啟動的難度,babel、webpack…
GitHub
A Simple and Isomorphic GraphQL Client for JavaScript - f/graphql.js
LogRocket
Async Rendering in React with Suspense – LogRocket
An expedition into Suspense
apollographql.com
Local state management | Apollo Client
Learn how to store your local data in Apollo Client
GitHub
Let&#39;s say I have a query like this: query StoryLayout($storyId: ID!) { tutorial @client story(id: $storyId) { id } } This throws with the following error: TypeError: Cannot read property &#39;t...
GitHub
Let&#39;s say I have a query like this: query StoryLayout($storyId: ID!) { tutorial @client story(id: $storyId) { id } } This throws with the following error: TypeError: Cannot read property &#39;t...
GitHub
Contribute to tmotx/nextjs-apollo development by creating an account on GitHub.
GitHub
:scroll: 33 concepts every JavaScript developer should know. - leonardomso/33-js-concepts
Medium
GraphQL: A success story for PayPal Checkout – PayPal Engineering – Medium
GraphQL as a complete game changer to the way we build apps at PayPal.
Medium
Making Redux Modular – Alex Bettadapur – Medium
A new way to organize your Redux applications
GitHub
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source - hmemcpy/milewski-ctfp-pdf
reactjs.org
React v16.6.0: lazy, memo and contextType – React Blog
Today we’re releasing React 16.6 with a few new convenient features. A form of PureComponent/shouldComponentUpdate for function components, a way to do code splitting using Suspense and an easier way to consume Context from class components. Check out the full changelog below. Class components can bail out from rendering when their input props are the same using or . Now you can do the same with function components by wrapping them in . : Code-Splitting with You may have seen Dan’s talk…
Node.js
Node v11.0.0 (Current) | Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
1.1.1.1
1.1.1.1 — the Internet’s Fastest, Privacy-First DNS Resolver
:v::v: Browse a faster, more private internet.
conf.reactjs.org
React Conf 2018 - Fall 2018 in Lake Las Vegas, Nevada
React Conf 2018 is the official Facebook React event. This year's event will be held in Henderson, Nevada.
GitHub
:rocket: fucking fast file-manager. Contribute to dylanaraps/fff development by creating an account on GitHub.
GitHub
gRPC for Web Clients. Contribute to grpc/grpc-web development by creating an account on GitHub.
reactjs.org
A JavaScript library for building user interfaces
Medium
Hooks in react-spring, a tutorial – Paul Henschel – Medium
Yesterday the React-team finally unveiled their vision of a class-less future in React. Today we’re going to take a look at how to use…
CodeSandbox
react-hanger example - CodeSandbox
CodeSandbox is an online editor tailored for web applications.
GitHub
Components & state. Contribute to jlongster/lively development by creating an account on GitHub.
GitHub
React hook for listening for clicks outside of an element. - Andarist/use-onclickoutside
Medium
Making Sense of React Hooks – Dan Abramov – Medium
This week, Sophie Alpert and I presented the “Hooks” proposal at React Conf, followed by a deep dive from Ryan Florence: