vikejs / vike-react

🔨 React integration for Vike
https://vike.dev/vike-react
MIT License
94 stars 15 forks source link

Make `Layout` cumulative #119

Closed brillout closed 2 months ago

brillout commented 2 months ago

For an easier DX for nested layouts, see https://github.com/vikejs/vike/discussions/1681.

Done in https://github.com/vikejs/vike-react/pull/120.

@Blankeos ETA today.

brillout commented 2 months ago

(@Blankeos This is already implemented but I'm finishing writing the overhauled layout docs before merging. I'll then create an issue on vike-solid.)

brillout commented 2 months ago

@Blankeos Done in https://github.com/vikejs/vike-react/pull/120 and https://github.com/vikejs/vike/commit/706724b66b44f83b3c8939ea4c321ff24a8297a4. See updated docs https://vike.dev/Layout. Note that it make take a little while until vike-solid updates as well.