Skip to content

MailOnline/libreact

Repository files navigation

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.