Coder Social home page Coder Social logo

Comments (5)

nilshartmann avatar nilshartmann commented on June 14, 2024 1

opened pr #1282. I also tried to clarify the usage of opts.from and opts.strict as I think, it's not allowed to set from when strict: false and on the other hand its not allowed to skip fromwhenstrict: true`.

please let me know if I should change anything.

from router.

schiller-manuel avatar schiller-manuel commented on June 14, 2024

yeah docs need to be updated. can you open a PR?

from router.

nilshartmann avatar nilshartmann commented on June 14, 2024

btw: how can I recive the current Match in a component? I thought it was just useMatch() but but that doesn't work, if opts is required.

Now I use

  const matches = useMatches();
  const current = matches[matches.length - 1];

Is this correct?

from router.

schiller-manuel avatar schiller-manuel commented on June 14, 2024

don't you know the current route you are in?

from router.

nilshartmann avatar nilshartmann commented on June 14, 2024

no, i don't know the current route. I'm in a "generic" layout component that needs access to the current route' context.

from 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.