Coder Social home page Coder Social logo

tanbinh123 / react-redux-isomorphic-skeleton Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yussan/react-redux-isomorphic-skeleton

0.0 1.0 0.0 145 KB

Isomorphic apps, built using base of Express, ReactJS and Redux. This allowing to run server rendering and server request.

License: MIT License

Shell 0.82% JavaScript 99.04% CSS 0.14%

react-redux-isomorphic-skeleton's Introduction

Conventional Commits

[Deprecated] React Redux Isomorphic Boilerplate

This repo is deprecated, move with new one, created with Next https://github.com/yussan/next-redux-skeleton

Isomorphic apps, built using Express, ReactJS and Redux. This allows to server side rendering and server requests.

About Isomorphic Javascript

Isomporphic applications can run both on clients such as web browsers and on servers. Written on top of Node.js, that focuses on real-time web applications. More https://www.sitepoint.com/isomorphic-javascript-applications/

Life Cycle

  • First load (server rendering and request data)

    When the user opens a web page, ReactRouter starts to match req.url to available routes. ReactJS will render and request data on server along with rendering of ExpressJS.
  • Page transition (transition and ajax)

    After first load, user most likely will move to other page with link that exist. In this event ReactRouter will handle it, and ReactJS will request data via ajax using Superagent

Getting Started

  • Prerequisites

  • Clone

    Clone this repository to your local machine.
    git clone https://github.com/yussan/react-redux-isomorphic-boilerplate
    
  • Installation

    Install dependencies using yarn
    yarn install
    
  • Development Scripts

    Run the server and Webpack build
    yarn start
    
  • Open in browser

    Visit http://localhost:18080, or whichever port specified in your configuration file (.env).

Used By

react-redux-isomorphic-skeleton's People

Contributors

yussan avatar sedders123 avatar joshalling avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.