Zaid-Ajaj / Feliz.Router

A router component for React and Elmish that is focused, powerful and extremely easy to use.
MIT License
78 stars 16 forks source link

Add a Router.Link component #41

Open aghoneim92 opened 3 years ago

aghoneim92 commented 3 years ago

It would be nice to have a built-in Link component for path mode that overrides the default anchor behavior (full refresh) with a history push instead, like react-router does. I would love to implement this, and would like to know your thoughts about it.

Zaid-Ajaj commented 3 years ago

Sounds like a great idea! Please give it a try and I will review the implementation

jannesiera commented 2 years ago

What happened to this PR?

Darkle commented 1 year ago

I would also still like this.