All Projects → MailOnline → Libreact

MailOnline / Libreact

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Libreact

Icejs
仓库迁移至:https://github.com/alibaba/ice
Stars: ✭ 75 (-25%)
Mutual labels:  react-router
Now Ui Kit React
React version of Now UI Kit by Creative Tim
Stars: ✭ 90 (-10%)
Mutual labels:  react-router
Spring Security React Ant Design Polls App
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
Stars: ✭ 1,336 (+1236%)
Mutual labels:  react-router
React Builder
⚙ A GUI tool to build your react app in the fastest way with all components and pages with routing.
Stars: ✭ 82 (-18%)
Mutual labels:  react-router
React Redux Saucepan
A minimal and universal react redux starter project. With hot reloading, linting and server-side rendering
Stars: ✭ 86 (-14%)
Mutual labels:  react-router
Award
⚙基于react的服务端渲染框架
Stars: ✭ 91 (-9%)
Mutual labels:  react-router
Named Urls
Simple named url patterns in Javascript
Stars: ✭ 72 (-28%)
Mutual labels:  react-router
React Demo Gather
react demo合集,有自己写的,也有在学习过程中觉得很好的demo收集的,持续更新中
Stars: ✭ 97 (-3%)
Mutual labels:  react-router
React Dashboard
🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥
Stars: ✭ 1,268 (+1168%)
Mutual labels:  react-router
Molecule
⚛️ – :atom: – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (-5%)
Mutual labels:  react-router
React Router Nextjs Like Data Fetching
Demonstrating React Router 4's SSR awesomeness
Stars: ✭ 84 (-16%)
Mutual labels:  react-router
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-15%)
Mutual labels:  react-router
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1213%)
Mutual labels:  react-router
React Router Animation Examples
An example using React Router and React's Animations
Stars: ✭ 80 (-20%)
Mutual labels:  react-router
Redux Cnode
react+react-router+redux+es6+antd-mobile+webpack版本的Cnode
Stars: ✭ 96 (-4%)
Mutual labels:  react-router
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (-28%)
Mutual labels:  react-router
React Atomic Structure
Basic Structure for React app following Atomic Design
Stars: ✭ 89 (-11%)
Mutual labels:  react-router
React Antd Admin
一個简洁的 antd-react-admin 应用 -- React + Antd 后台管理系统
Stars: ✭ 99 (-1%)
Mutual labels:  react-router
Npm Registry Browser
Browse the npm registry with an SPA made in React, with full dev workflow.
Stars: ✭ 97 (-3%)
Mutual labels:  react-router
Webpack Core Usage
webpack2完整系列课程,欢迎阅读。同时欢迎移步我的react全家桶文章全集: https://github.com/liangklfangl/react-article-bucket
Stars: ✭ 94 (-6%)
Mutual labels:  react-router

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].