react-isomorphic-starterkit alternatives and similar libraries
Based on the "Boilerplate" category.
Alternatively, view react-isomorphic-starterkit alternatives based on common mentions on social networks and blogs.
-
react-boilerplate
π₯ A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices. -
react-redux-universal-hot-example
A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform -
nwb
A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it) -
generator-starhackit
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL, the infrastructure deployed with GruCloud -
relay-fullstack
:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS -
rockpack
Rockpack is a lightweight, zero-configuration solution for quickly setting up a React application with full support for Server-Side Rendering (SSR), bundling, linting, and testing. -
universal-redux
DISCONTINUED. An npm package that lets you jump right into coding React and Redux with universal (isomorphic) rendering. Only manage Express setups or Webpack configurations if you want to. -
gluestick
DISCONTINUED. GlueStick is a command line interface for quickly developing universal web applications using React and Redux. -
crisp-react
React boilerplate written in TypeScript with a variety of Jamstack and full stack deployments. Comes with SSR and without need to learn a framework. Helps to split a monolithic React app into multiple SPAs and avoid vendor lock-in. -
elegant
β¨ Build SEO-friendly websites, super fast full-stack web applications, and much more with Elegant. π Built with Next.js, TipTap, Tailwind CSS, and more. -
phoenix
A simple boilerplate that helps you make your react application with Server Side Rendering & Localization support. -
react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. :fire: -
express-react-boilerplate
DISCONTINUED. (Deprecated) πππ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter. -
cra-template-redux-auth-starter
Create React App boilerplate template with React, Redux Toolkit, React Router, Ant Design, Axios, Redux-Saga, SASS, Authentication, Routes. No configuration is required, Start building your App.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of react-isomorphic-starterkit or a related project?
README
React Isomorphic Starterkit
Isomorphic starterkit with server-side React rendering using npm, koa, webpack, babel, react, react-router, react-transform-hmr, react-transmit, react-inline-css
Features
- Fully automated toolchain with npm run scripts
- React 0.14 + React Router 2.0 on the client and server
- Babel 6 automatically compiles ES2015 + ES7 stage-0
- Webpack HMR for instant server updates
- React Transform HMR for instant client updates
- React Transmit to preload on server and hydrate client
- InlineCss-component for styling components
It just works out-of-the-box.
Installation
Development
git clone https://github.com/RickWong/react-isomorphic-starterkit.git
cd react-isomorphic-starterkit
npm install
npm run watch # Yes, ONE command for both server AND client development!
Production
npm run build
npm run start
Usage
Run npm run watch
in your terminal and play with views/Main.js
to get a feel of
the server-side rendering and client-side hot updates.
Community
Let's start one together! After you β Star this project, follow @Rygu on Twitter.
License
BSD 3-Clause license. Copyright Β© 2015, Rick Wong. All rights reserved.
*Note that all licence references and agreements mentioned in the react-isomorphic-starterkit README section above
are relevant to that project's source code only.