Giter Site home page Giter Site logo

Comments (7)

icd2k3 avatar icd2k3 commented on May 30, 2024 1

Hey @nachoaIvarez, thanks for the suggestion! At initial glance I think it sounds like a good improvement idea!

One concern:
Users might not want to render a breadcrumb from some route segments. In this case we'd need some kind of opt-out option if each segment automatically returns a default string.

I should have some time within the next couple weeks to try this idea on my end. In the meantime I'd be happy to take a look at a PR as well!

from react-router-breadcrumbs-hoc.

icd2k3 avatar icd2k3 commented on May 30, 2024 1

FYI this is now included as part of 2.0.0 along with some other core changes listed here

from react-router-breadcrumbs-hoc.

nachoaIvarez avatar nachoaIvarez commented on May 30, 2024

Example:

teams/:teamId/roster-and-staff > Teams / 984752985 / Roster and staff

That should be by default.

And, if instead of showing the ID you want to show the team name, you can still use the routes param in the HOC:

export default withBreadcrumbs({
  'teams/:teamId': ({ match }) => <span>{teams[match.params.userId].name}</span>
})(Breadcrumbs)

teams/:teamId/roster-and-staff > Teams / Actual Team Name / Roster and staff

You have the same result with way less configuration than the currently needed.

from react-router-breadcrumbs-hoc.

icd2k3 avatar icd2k3 commented on May 30, 2024

@nachoaIvarez I have a rough working branch for this so don't worry about a PR - I'll get this cleaned up and released in the near future

from react-router-breadcrumbs-hoc.

nachoaIvarez avatar nachoaIvarez commented on May 30, 2024

from react-router-breadcrumbs-hoc.

icd2k3 avatar icd2k3 commented on May 30, 2024

Nps, thanks for making the suggestion! As a heads up, it may be a week or so before I can get it all merged up and released as I'm a bit busy with work at the moment. Thinking this change will also bump the package to 2.0 so I want to make sure I have the test cases covered + good documentation. I'll post back here once it drops!

from react-router-breadcrumbs-hoc.

nachoaIvarez avatar nachoaIvarez commented on May 30, 2024

This is great @icd2k3. Thank you so much.

from react-router-breadcrumbs-hoc.

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.