aboutsummaryrefslogtreecommitdiff
path: root/test-apps
Commit message (Collapse)AuthorAge
* 🔀 Fix a bug where nested `Map` nodes were not morphed. (#115)Benjamin Rhodes2024-04-26
| | | | | * ensure nested subtrees are morphed * Add a test-app for nested element map bug
* :alembic: Create test case to make sure server component patching is working.Hayleigh Thompson2024-04-25
|
* :bug: Fixed a bug where the 'selected' attribute was not properly applied in ↵Hayleigh Thompson2024-04-16
| | | | the DOM.
* :wrench: Update test apps.Hayleigh Thompson2024-04-06
|
* 🔀 Write a guide on server-side rendering. (#103)Hayleigh Thompson2024-04-05
| | | | | | | | | | | | | | | * :memo: Fix typos in state management guide. * :memo: Begin writing ssr guide. * :memo: Rename discard init arg to '_flags' in all examples. * :memo: Show simple static HTML rendering example. * :memo: Expand hydration section. * :memo: Finish ssr guide. * :wrench: Add ssr guide to built docs pages.
* :alembic: Create a collection of test apps to cover previously reported bugs.Hayleigh Thompson2024-03-31