CodeEditApp / codeedit.app

https://codeedit.app
28 stars 13 forks source link

✨ Modernize: App Router, Types, RSCs, Dep Bumps #79

Closed versecafe closed 3 months ago

versecafe commented 4 months ago

Description

General Overhaul

Full site encompassing overhaul, moving towards better reliability with types, improve performance with RSCs and App Router, and simplify data fetching without having to handle opaque types with getServerSideProps

App Router

Alternatives Considered

Well could always just not do it, the code won't have any huge issues by not migrating it'll just be a bit harder to maintain, a bit more work to handle server side interactions, and a bit slower.

Additional Context

Willing to do this whole port myself since the site seems stable and it doesn't look like active major work is being done since the data comes from github for the active releases and the blog isn't frequently changed.

Screenshots

No response