DEV Community

Discussion on: Why is React a library and not a (simple) framework?

Collapse
 
renannobile profile image
Renan Lourençoni Nobile

It might look like that I dislike React, but the truth is I'm having lots of fun with it, and the learning process is steep but interesting.

I feel more productive with it, specially when it comes to creating components. Not having to declare every single component in app.module is a wonder.

The only thing I think is much more complicated, and it's probably due to my inexperience with React, is communicating with API (HTTP calls).