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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -