Hacker News new | ask | show | jobs
by garrincha 3544 days ago
Thanks! So is react the only JS framework you use now (besides jQuery)?
1 comments

For view/UI, yes (if you can call React a framework). I personally do not use jQuery anymore as there is not much need to deal with the DOM directly when using React and when there is, I just use vanilla JS.

Since React only deals with UI, I use it alongside a bunch of other great libraries such as Redux (for state management).