remix-run / history

Manage session history with JavaScript
MIT License
8.29k stars 961 forks source link

is this project abandoned? #967

Open vidarc opened 1 year ago

vidarc commented 1 year ago

Has this project been abandoned in favor of @remix-run/router? Have been using this package for a non-react specific project for awhile, so just wondering about the overall state of this library. Should I migrate to the @remix-run/router package? Is the history package just feature complete with no outstanding issues and that is why no updates for about a year now?

exetico commented 10 months ago

@vidarc Did you find a good alternative, used for other projects than react? I just started implementing history v5 but today I noticed the talk about the changes from v4 to v5, and... Now I'm thinking about finding an alternative, if there's any.

vidarc commented 9 months ago

Still using this package (version 5) as we haven't specifically had a reason to move off of it yet. Right now really just waiting on https://developer.mozilla.org/en-US/docs/Web/API/Navigation_API to become stable (and more than just a chrome thing), it seems like it would be a suitable replacement overall for what we need.