javascript - React: How do you intentionally add an onclick property with a string value? -


i need use regular html onclick attribute , not react's onclick property because want add google analytics track outbound links.

if use onclick property function property, ga not defined, if can make value string, shouldn't throw errors.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -