GithubHelp home page GithubHelp logo

Comments (5)

leonaves avatar leonaves commented on June 8, 2024

I don't think there's necessarily a problem with the word "pathname", it helps to tangibly tie it to react-router, this is made for "route" transitions after all, I think "key" is just further abstract.

from react-router-transition.

leonaves avatar leonaves commented on June 8, 2024

What about "route"? "Pathname" kind of implies the whole path, as well as it having the same name as the property that holds the whole path, where "route" isn't necessarily the entire path. That along with readme changes I think would really help clarify things.

from react-router-transition.

jacobangel avatar jacobangel commented on June 8, 2024

How bad would it be to just have a v4 specific <SwitchTransition> component that handles mapping the active path to the animating route? Seems like in many of the cases, exposing the wiring would be unnecessary. Too closely bound?

aka:

<Route render={({location, history, match}) => (
    <SwitchTransition 
       location={location}        
       key={location.key}
       atEnter={{ opacity: 0 }}
       atLeave={{ opacity: 0 }}
       atActive={{ opacity: 1 }}
     >
         <Route exact path="/" component={Home} />
         <Route exact path="/about/" component={About}/>
     </SwitchTransition>    
 )} />

from react-router-transition.

jacobangel avatar jacobangel commented on June 8, 2024

Derp, just saw the date on this.

from react-router-transition.

maisano avatar maisano commented on June 8, 2024

from react-router-transition.

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.