Skip to content

Latest commit

History

History
21 lines (16 loc) 路 914 Bytes

2022-08-21.md

File metadata and controls

21 lines (16 loc) 路 914 Bytes
publish_date tags
2022-08-21
react
svelte
sveltekit


  • Looking at svelte kit again
    • +page.js is a new convention that indicate there is some additional server logic that needs to be run before the page is rendered. Is this the equivalent of getServerSideProps ?

    • Nested layouts

      • note +layout.js mean each layout can also have it own server side logic