|
|
| | Ask HN: ReactJS – Do you use it? Do you like it? | |
79 points by Ronsenshi on June 21, 2015 | hide | past | favorite | 74 comments |
|
| Just started working on a small node.js based personal project and would like to hear opinions regarding the general situation in the ReactJS environment from people who use it now or used it in the past but stopped for some reason(s). If you do use it - are you happy with it? Maybe there are some things that you wish were different about it? If you did use it, but not any more - what are the reasons you've stopped? |
|
 Guidelines
| FAQ
| Lists
| API
| Security
| Legal
| Apply to YC
| Contact
|
At this point we have around 60 pages, hundreds of components. It scales very well. Give React a few days when trying it out. We also use our own customer flux implementaion, which makes handling front end data models easier through one directional data flow. I recommend checking that out also, it scales very well. Some of our pages right now would push angular to the limit with hundreds of rows, many different components, etc, React handles it really well without having to meticulously tweak performance, it just works. Angular can do the job as well, just needed a lot of quirks to make it work.