MailOnline / libreact

NO LONGER MAINTAINED - SEE https://github.com/streamich/libreact INSTEAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

NO LONGER MAINTAINED - SEE https://github.com/streamich/libreact INSTEAD

License:The Unlicense


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%Language:Shell 0.1%