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.
yarn
To see nothing in action, run node example
!
- Nothing will happen.
Create JSX that renders to nothing. See example