|
|
|
|
|
by dubcanada
1333 days ago
|
|
Why do you feel that way? What is wrong with a quick inline jquery click handler? What part of web development requires webpack + react + tailwindcss + a bunch of random packages that provide 1 function? Sometimes people just want to get stuff done, and doing a simple $('.cart').on('click', () => {}); does the job. If you want to get fancy as another user posted, use the full API suite and do it all yourself. It's robust and rather friendly to integrate with. |
|