Giter Site home page Giter Site logo

Route state about hookrouter HOT 3 CLOSED

paratron avatar paratron commented on May 21, 2024 1
Route state

from hookrouter.

Comments (3)

Paratron avatar Paratron commented on May 21, 2024

I am really not sure about this. My belly tells me that the state should be managed in React/Redux and not in the browser history. Googling how you would do this in React Router also shows some really messy solutions. Even the StackOverflow question about whats the purpose of state objects in browser history doesnt give good examples.

I fear implementing such a mechanism that closely tied to the most basic building blocks of hookrouter invites for misuse through users.

from hookrouter.

danielkcz avatar danielkcz commented on May 21, 2024

Sure, it's not like I am using it often, but sometimes it happens. It can be useful for some optimization to basically pass data that are available on the current page so the next page can render faster because it knows something sooner, eg. form layout.

The main difference is that such state is tied to that exact navigation intent. If you go back in history or even refresh a browser, that state is there. If it would be solved on an app state level, it's fairly risky to run into some unexpected behavior.

from hookrouter.

danielkcz avatar danielkcz commented on May 21, 2024

Ah, I see now why you do not want to implement it. It clashes with API of #1. Makes sense that query params are probably more common than route state. I will try to figure if I can live without it or eventually fork the lib.

from hookrouter.

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.