jacobsamo / Mixie

Mixie is an open source, community-driven recipe platform where home cooks and food enthusiasts can cook, create and collaborate on unique and delicious recipes.
https://mixiecooking.com
GNU Affero General Public License v3.0
1 stars 1 forks source link

Speed up Meally with Turborepo & Turbopack #22

Closed jacobsamo closed 1 year ago

jacobsamo commented 1 year ago

Speeding up Meally

Turborepo is a Monrepo where items are shared across multiple apps and uses caching to save computing time. Turopack is a new compiler written with Rust from Vercel that is hoping to replace Webpack with ultra-quick building and caching

Todo:

  1. Convert the project into a Monorepo using Turborepo
  2. Convert app to use Turbopack (only if all dependencies will be supported or have a good alternative)
jacobsamo commented 1 year ago

27 Successfully turned Meally into a Monrepo & also upgraded the project to use Nextjs 13.1