Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 654 Bytes

Monorepo

Study for resolve common recent pains

Tecnologies

Backend

  • express: backend fw + router
  • connect-history-api-fallback: add capability for frondend history-mode
  • typescript: add types to js
  • nodemon: hot-reload on dev env
  • ts-node: help us to execute ts files in dev env

Frontend

  • vite: modern build tool
  • react: frontend fw
  • react-router: frontend router

Things to improve

  • cache index.html in memory
  • cdn

... in progress

https://medium.com/javascript-in-plain-english/server-side-rendering-in-react-expressjs-8a87af0edba4 https://github.com/yukisato/express-react/blob/main/package.json