You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I came here from React-first-router (since I want to explore and try using it in one of my projects), saw that version 2 was the last and that now you were focusing on Rudy.
But I couldn't find demos using Rudy, they all use React-first-router, and there is no mention of the <Link/> component being used. Is there a place where I can find up to date usage?
I also wanted to know what's the state of TypeScript support if any at all.
Thanks for your work!
PS: as a super-side-side-note I would love to know what you think about React Hooks and how those could help or be used in this library.
The text was updated successfully, but these errors were encountered:
Re typescript support, the current codebase has flow types. Converting them to Typescript (and cleaning up all the errors so it type checks and is a bit more accurate in terms of naming, maybe finding bugs in the process) is sort of on the backburner, but if you want to contribute we can use help.
I think there are some typescript types for redux-first-router which somebody made - they could probably be forked and changed slightly to provide types for at least some of the API surface of rudy.
Hey I came here from React-first-router (since I want to explore and try using it in one of my projects), saw that version 2 was the last and that now you were focusing on Rudy.
But I couldn't find demos using Rudy, they all use React-first-router, and there is no mention of the
<Link/>
component being used. Is there a place where I can find up to date usage?I also wanted to know what's the state of TypeScript support if any at all.
Thanks for your work!
PS: as a super-side-side-note I would love to know what you think about React Hooks and how those could help or be used in this library.
The text was updated successfully, but these errors were encountered: