Skip to content

Latest commit

 

History

History
122 lines (102 loc) · 11.1 KB

README.md

File metadata and controls

122 lines (102 loc) · 11.1 KB

libreact logo

libreact

React Universal Interface

React standard library — must-have toolbox for any React project.

  • Isomorphic - all components work in browser and on server (and some in react-native).
  • See demos, docs, and package.

Installation

npm i libreact --save

Usage

Import each utility individually to decrease your bundle size

import {mock} from 'libreact/lib/mock';

const MyComponent = mock();

Contents

License

Unlicense — public domain.