Universal React Starter Kit

screenshot of Universal React Starter Kit
react
scss

服务端渲染的 React 手脚架。使用 React, Redux, and React-Router!一个简单优美的脚手架

Overview:

The Universal React Starter Kit is a server-side rendering React scaffolding designed to provide a comprehensive set of the latest and coolest front-end technologies. It is highly configurable and feature-rich, powered by webpack for code hot reloading, SASS for CSS preprocessing, and includes unit testing, code coverage reporting, and code splitting. The main goal of this project is to facilitate robust, simplified, and enjoyable front-end development. All the required libraries are ready and waiting to be used.

Features:

  • react: A popular JavaScript library for building user interfaces.
  • redux: A predictable state container for JavaScript apps.
  • react-router: A routing library for React-based applications.
  • react-router-redux: A simple middleware to integrate react-router with Redux.
  • webpack: A module bundler for modern JavaScript applications.
  • babel: A JavaScript compiler that can transform code written in the latest version of ECMAScript into backward-compatible versions.
  • koa: A minimal web framework for Node.js that is highly extensible.
  • karma: A simple and flexible test runner for JavaScript.
  • eslint: A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.