1. React
  2. React London
  3. 2017
  4. A tiny Fiber renderer

A tiny Fiber renderer

Dustan Kasten at React London 2017

React is capable of rendering to more environments than the browser. React is really two separate pieces: core and renderers. ReactDOM, ReactNative, ReactVR are but a few renderers in existence. With the Fiber reconciler rewrite comes an official renderer API. Dustan will look at a number of renderers that already exist and implement a React renderer of his own!