An open API service indexing awesome lists of open source software.

https://github.com/lucifier129/react-imvc

An Isomorphic MVC Framework supports both SSR and CSR
https://github.com/lucifier129/react-imvc

client-side-rendering isomorphic mvc-framework react server-side-rendering single-page-app

Last synced: 21 days ago
JSON representation

An Isomorphic MVC Framework supports both SSR and CSR

Awesome Lists containing this project

README

        

# react-imvc

[![npm version](https://img.shields.io/npm/v/react-imvc.svg?style=flat-square)](https://www.npmjs.com/package/react-imvc)
[![npm downloads](https://img.shields.io/npm/dm/react-imvc.svg?style=flat-square)](https://www.npmjs.com/package/react-imvc)
[![build status](https://img.shields.io/travis/Lucifier129/react-imvc/master.svg?style=flat-square)](https://travis-ci.org/Lucifier129/react-imvc)
[![coverage](https://img.shields.io/codecov/c/github/Lucifier129/react-imvc/master.svg?style=flat-square)](https://codecov.io/gh/Lucifier129/react-imvc)

## Introduction

`react-imvc` is a server-side rendering solution for React 16+.

- [v2 documentation](./packages/react-imvc-v2/README.md)
- [v3 documentation](./packages/react-imvc-v3/README.md)