-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: update version to v0.4.1 * doc: add mention to rspack * feat: update webpack example name to webpack-react * feat: add example README
- Loading branch information
1 parent
d3c0e44
commit 50c7de9
Showing
4 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# SSR-RS examples | ||
|
||
This folder includes examples to ease the usage of the library. | ||
|
||
The most complete react example is `webpack-react` since it includes the | ||
server side props handling, the react hydration and the assets generation. | ||
|
||
`vite-react` and `rspack-react` just showcase a base bundler configuration. For the above | ||
features the porting is pretty straightforward. | ||
|
||
The other example at the folder root show a simple configuration with the most common rust backend frameworks. | ||
|
||
> Any example improvement or suggestion will be appreciated. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters