Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.2 KB

React-Static Dev Env

Greenkeeper badge

This project is modified and prepared as Development Environment for Frontend development with Netlify support. This project may support SSR, but we do not recommend using SSR, would be best using Netlify Prerendering which works fast and elegant for now (hope in future too works great like now)

Target of project

  • Better error logs when npm run stage than original react-static
  • React PropTypes instead of TypeScript
  • Latest dependecies (stable)
  • i18n support configured
  • Prettier configured
  • Stylelint configured
  • VS Code configuration configured (for best performance)
  • Using React PropTypes
  • Redaction instead of Redux dispatching (easy & fun)
  • Client-side only (no SSR)
  • Netlify support
  • Github Pages support (via npm run deploy)
  • Fetch is preferred
  • NPM is preferred (because of dependecies resolve)
  • Components are documented with docz (with basic example)
  • Components are tests with react-test-renderer and Jest (with basic example)
  • Good browser support
  • Good structured (subjective)

For more information/docs, please check react-static repository