redfin / react-server

:rocket: Blazing fast page load and seamless navigation.
https://react-server.io/
Apache License 2.0
3.89k stars 184 forks source link

fix no onclick bug on Link Component #946

Closed hbucius closed 6 years ago

hbucius commented 6 years ago

fix no onclick bug on Link Component

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

hbucius commented 6 years ago

who can help me review it ?

hbucius commented 6 years ago

Currently, Link do not have any callbacks. It is very inconvenient. For , besides hrefs, It can also add callbacks. We need to add this for Link.

gigabo commented 6 years ago

Nice fix. Thanks @hbucius!