|
|
|
|
|
by vmware505
2697 days ago
|
|
I have the same feeling. I would prefer to use classes rather than functions. More natural and nicely work with Typescript. Luckily React is only a library and it is up to you how do you use it. I got used to working with classes and objects. For bigger and serious project I prefer Ember.js, which is modern and easy to pick up (https://yoember.com), but for some tiny project React is also a good choice with Typescript. I guess hooks is a good option for devs who prefer functional programming. |
|