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

SSR and SSG framework for react inspired by Remix and Next.js

Notifications You must be signed in to change notification settings

Mokshit06/premix

Repository files navigation

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