Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 765 Bytes

Readme.md

File metadata and controls

25 lines (19 loc) · 765 Bytes

Premix

NOTE: Premix was made before Remix went open source and is not recommended now. I recommend you use remix or nextjs instead.

Premix is an open source alternative to Remix with the same modern API.

Features

  • Server Side Rendering and Static Site Generation on per page basis
  • Incremental Static Regeneration
  • Meta tags for better SEO
  • Data Fetching
  • Data Mutation
  • Optimistic UI
  • Automatic Static Optimization
  • Small and fast builds
  • Dynamic routing
  • Image Optimization
  • Live reloading (both server and client)
  • Code splitting on per page basis
  • Ability to write server code in the same file as your components

Documentation

View docs here