EvanBacon / react-nothing

React renderer for nothing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React for Absolutely Nothing

AKA: React zen mode

A universal React renderer for absolutely nothing. Inspired by the React Conf talk about building a custom renderer for React.

Conceptually the host environment is nothing. You can use React Nothing as the starting point for creating a custom reconciler for any renderer.

🔨 Setup

yarn

🏁 Example

To see nothing in action, run node example!

  • Nothing will happen.

⚽️ Usage

Create JSX that renders to nothing. See example

About

React renderer for nothing

License:MIT License


Languages

Language:JavaScript 100.0%