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 Router.link component #42

Closed aghoneim92 closed 2 years ago

aghoneim92 commented 3 years ago

Add a Router.link component for path mode that automatically uses history push instead of a full reload when clicked, similar to react-router's link component. This is a draft implementation to get feedback on the approach used. Closes #41

TODOs: