Skip to content

lk321/ssr-react-antd

Repository files navigation

ssr-react-antd

Server Side Rendering

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install ssr-react-antd --save

Dependencies

  • antd: An enterprise-class UI design language and React-based implementation
  • body-parser: Node.js body parsing middleware
  • compression: Node.js compression middleware
  • express: Fast, unopinionated, minimalist web framework
  • morgan: HTTP request logger middleware for node.js
  • react: React is a JavaScript library for building user interfaces.
  • react-dom: React package for working with the DOM.
  • react-router-config: Static route config matching for React Router
  • react-router-dom: DOM bindings for React Router
  • react-scripts: Configuration and scripts for Create React App.
  • serialize-javascript: Serialize JavaScript to a superset of JSON that includes regular expressions and functions.

Dev Dependencies

  • @babel/core: Babel compiler core.
  • @babel/preset-env: A Babel preset for each environment.
  • @babel/preset-react: Babel preset for all React plugins.
  • babel-loader: babel module loader for webpack
  • babel-plugin-import: Component modular import plugin for babel.
  • nodemon: Simple monitor script for use during development of a node.js app.
  • npm-run-all: A CLI tool to run multiple npm-scripts in parallel or sequential.
  • react-app-rewire-less:
  • react-app-rewired: Tweak the create-react-app webpack config(s) without using 'eject' and without creating a fork of the react-scripts
  • webpack: Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
  • webpack-cli: CLI for webpack & friends
  • webpack-node-externals: Easily exclude node_modules in Webpack bundle

License

MIT

Releases

No releases published

Packages

No packages published