|
|
|
|
|
by colemorrison
3152 days ago
|
|
On one hand, I absolutely agree. The amount of change that happens for the sake of nothing more than change is laughable theme in front-end development. And if it's not for changes sake it becomes some weird squabble over how to best handle X, and we wind up with numerous ways to do so. At that point we have to take a bet as to which approach we think will be supported and pushed forward in the future (i.e. promises? generators? callbacks? async/await?). If we're right? Great. If we're wrong. Well, let's hope the libs we're using keep support for the way we've written our code. On the other hand, it does finally seem like React has one the shake out of front-end frameworks. While it's ever changing, it does seem like it's longevity will be far greater than most front-end frameworks of the past. And it does solve a lot of the BS that one would deal with if they didn't have a framework to leverage. But yeah.. The danger with front-end development is how fast the knowledge depreciates. edit: by danger, I more mean difficulty of keeping up with. |
|