UNPKG

react-shinju

Version:

Ultra Lightweight React State Management with Shinju

8 lines (6 loc) 153 B
const Lectro = require('@lectro/core'); const ReactShinju = new Lectro('node'); ReactShinju.extend(x => { x.devtool = 'none'; return x; }).build();