UNPKG

use-game-of-life

Version:

An easy to use custom react hook implementation gives anyone the power to hook on to the game of life.

8 lines (5 loc) 164 B
import React from 'react' import ReactDOM from 'react-dom' import './index.css' import App from './App' ReactDOM.render(<App />, document.getElementById('root'))