Skip to content

Commit

Permalink
Prefetch data on server side (SSR SRTQ)
Browse files Browse the repository at this point in the history
  • Loading branch information
StopNGo committed Feb 6, 2023
1 parent c275756 commit 24b920c
Show file tree
Hide file tree
Showing 29 changed files with 11,430 additions and 8,621 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SSR:

State:

- **Redux** 4+ (**ModX** as an option *coming soon*)
- **Redux** 4+

Router:

Expand Down Expand Up @@ -76,6 +76,7 @@ Tests:
Other:

- API request caching (powered by RTK Query)
- Data prefetching on server side
- Hot reload (including state, style and server code hot reloading)
- VSCode support with error highlight and on save fixes
- Script for fast component creation
Expand Down Expand Up @@ -185,8 +186,8 @@ Preact is a fast and compact React-compatible Virtual DOM library. But because i

| | React | Preact |
|----|----|----|
| Parsed | 263.77 KB | 149.29 KB |
| Gzipped | 86.14 KB | 50.38 KB |
| Parsed | 274.25 KB | 159.7 KB |
| Gzipped | 89.58 KB | 53.88 KB |

## Documentation

Expand Down
Loading

0 comments on commit 24b920c

Please sign in to comment.