Skip to content

An example WebApp that implements server-side rendering of React

Notifications You must be signed in to change notification settings

DoroGi/Vortigaunt

Repository files navigation

Vortigaunt

An example WebApp that implements server-side rendering of React
Inpired by https://github.com/StephenGrider/ReactSSRCasts and https://github.com/barbar/vortigern

How to use:

  • Download repo
  • Run "yarn dev" to build for dev
  • Run "yarn release" to build for prod
  • ???
  • Profit

Libraries

This library uses the following libraries and tools:

Core

Utilities

Build System

Dev & Prod Server

  • Express for running server both on client and server side.
  • Compression for gzip compression

Developer Experience

Next Steps

  • avoid double API call server + client
  • performance webpack plugin
  • Jest
  • Apollo + GraphQL ?
  • Storybook
  • install babel-plugin-transform-react-constant-elements and babel-plugin-transform-react-inline-elements
  • PM2
  • strict Typescript
  • a violent TSLint
  • prefetch other bundles?
  • a violent editorconfig

About

An example WebApp that implements server-side rendering of React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published