|
|
|
|
|
by ruduhudi
1356 days ago
|
|
Web development is complex and has always been. 15 years ago you'd deal with complex hacks to work around the table based layout mess, the horrible browser APIs, javascript's prototype inheritance, Apache configuration and, god forbid, networks of .htaccess files. 10 years ago you'd deal with communicating stuff between language borders, what interaction to handle in javascript, what in ruby/php/perl/whatever and how to interact between the languages. Now you deal with build processes, transpilers, bundle size optimization, framework configuration and broken react state updates. It's intrinsically complex, deal with it. |
|