Code Monkey home page Code Monkey logo

Comments (4)

ItalyPaleAle avatar ItalyPaleAle commented on August 15, 2024 7

I'm not familiar with svelte-router-spa (funny name :) ) but at a quick glance they are following a different design.

I am not supporting layouts. The goal of the router is to be as lean as possible, and do as few things as possible. Svelte has a full-blown framework (Sapper) that is very opinionated; my goal is to be the opposite. With this router, routes are just Svelte components with no special requirements, so developers can write the code they want. And the router itself should be very lean (this means less code shipped to your users, and less surface for bugs).

Nested routers are supported, but developers can define their own layout: https://github.com/ItalyPaleAle/svelte-spa-router/blob/master/Advanced%20Usage.md#nested-routers

from svelte-spa-router.

carbogninalberto avatar carbogninalberto commented on August 15, 2024 1

Layouts can also be achieved by creating a component for each type of layout you want and having the router and the routes as props to it. I made a simple example here for whom may find it useful.

from svelte-spa-router.

ItalyPaleAle avatar ItalyPaleAle commented on August 15, 2024

Iā€™m not sure I understand. What do you mean?

from svelte-spa-router.

ralyodio avatar ralyodio commented on August 15, 2024

Look at svelte-router-spa. They have a main layout where you can include nested routes that render inside the main layout.

from svelte-spa-router.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.