Skip to content

Commit

Permalink
feat(dependencies): add tracing crate version 0.1.40 to enhance loggi…
Browse files Browse the repository at this point in the history
…ng 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
  • Loading branch information
Jerome committed Jul 30, 2024
1 parent 1feabda commit 2458a56
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 201 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ regex = "1.10.5"
nanoid = "0.4.0"
indoc = "2.0.5"
lru = "0.12.3"
tracing = "0.1.40"
Loading

0 comments on commit 2458a56

Please sign in to comment.