react-nothing icon indicating copy to clipboard operation
react-nothing copied to clipboard

React renderer for nothing

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