https://github.com/kinfe123/right-on-top
dep-pruned pure content management with rsc , streaming , suspension , suspended , code splitting , dynamic imports , and all the jazzes on top on CNA temp
https://github.com/kinfe123/right-on-top
Last synced: about 1 year ago
JSON representation
dep-pruned pure content management with rsc , streaming , suspension , suspended , code splitting , dynamic imports , and all the jazzes on top on CNA temp
- Host: GitHub
- URL: https://github.com/kinfe123/right-on-top
- Owner: Kinfe123
- Created: 2024-02-26T15:23:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T16:00:48.000Z (over 2 years ago)
- Last Synced: 2025-02-13T23:28:19.247Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://right-on-top.vercel.app
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Right on top of content
This is a very pure and dep pruned blog app with every core functionality that you want being implemeted natively with out you not bothering your `.pnpm-store` and `npm` almost with 0 deps
- it is even built with out changing the nextjs theme at all - just straight to point project - introducing a new react mental model :) not new but suppotive mental model like `RSC` , `ServerComp` , `SSR` , `Hydration` , `react-dom/client` , `react-dom/server` - yeah by the end of the day it is all about the bundlers to be compatible with new appraoch that react runs on servers and streams down and supsended for UI
## Getting Started
```bash
git clone https://github.com/Kinfe123/right-on-top
# or
cd right-on-top-content
# or
pnpm install
# or
pnpm run dev
```
## Contribution
Yeah it is open for contribution . would love to go much more deep on bundlers understanding all jazz features popping out the new react mental model or anything related to the project.
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.