Skip to content

Commit 2458a56

Browse files
author
Jerome
committed
feat(dependencies): add tracing crate version 0.1.40 to enhance logging capabilities
docs(README.md): update template rendering section to reflect new built-in template system and improve clarity on SSR initialization process refactor(README.md): simplify example code for SSR components and enhance explanations for better understanding of parameters processing and island architecture feat(docs): enhance README with detailed explanations of Island processing and SSR integration fix(docs): correct initialCount properties in the example for clarity and consistency chore(docs): update future expansion section to reflect potential improvements and community contributions feat(island): implement caching mechanism for island rendering to improve performance and reduce redundant computations feat(render): enhance SsrRenderer with logging and improved island processing logic for better debugging and maintainability refactor(lib): reorganize module exports for clarity and include new functions for island rendering and SSR initialization
1 parent 1feabda commit 2458a56

File tree

5 files changed

+317
-201
lines changed

5 files changed

+317
-201
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ regex = "1.10.5"
1111
nanoid = "0.4.0"
1212
indoc = "2.0.5"
1313
lru = "0.12.3"
14+
tracing = "0.1.40"

0 commit comments

Comments
 (0)