~repos /edge-city
git clone https://pyrossh.dev/repos/edge-city.git
edge-city is a next level meta-framework for react that runs only on edge runtimes
e4e3b08f
—
Peter John 2 years ago
Add todo list
readme.md
CHANGED
|
@@ -2,4 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
parotta is a next level meta-framework for react that runs only on the bun js runtime.
|
|
4
4
|
It uses File system routing with SSR with streaming + CSR as the method to render pages. Basically a MPA + SPA Transitional App.
|
|
5
|
-
It is very opionated and has set of idiomatic ways of doing things.
|
|
5
|
+
It is very opionated and has set of idiomatic ways of doing things.
|
|
6
|
+
|
|
7
|
+
### Todo
|
|
8
|
+
1. Add async streaming
|
|
9
|
+
2. Add helmet functionality
|
|
10
|
+
3. Improve css loading
|
|
11
|
+
4. Improve react page loading (try to remove flash)
|
|
12
|
+
5. Add build step
|
|
13
|
+
6. Deploy to Docker, Deno deploy, Cloudflare workers, Vercel edge functions, Bun edge (whenever it releases)
|