|
|
|
|
|
by danmaz74
3753 days ago
|
|
One good (very good) thing about React is that you can learn it very quickly - at least all the basics. This is also because it only covers the "view" part of a framework. In the past I tried many times to use some spare time to learn Angular, but it always felt too overengineered to me (also because it does much more than React) and I always stopped at the beginning. With React, just a few hours were enough to appreciate the concepts and get started. Then of course you can add Redux and that will take more time, but you can almost just as well use React components with any state manager you like. |
|