部份大公司依然使用Classic ASP。
現代嘅工程師,不論前端後端,都會盡量應用新嘅技術去整新嘅程式,又或者係將舊嘅產品重新編寫。之前喺 jQuery - 時代嘅眼淚 度都有講過,GitHub已經完全放棄jQuery,改用Vanilla Javascript去達到想要嘅效果。不過,當你只係想由小專案開始將新嘅技術發揚光大,又唔係咁容易架。
We’re finally finished removing jQuery from https://t.co/r2QL2aHBfa frontend. What did we replace it with? No framework whatsoever:
— Mislav Marohnić (@mislav) 2018年7月25日
• querySelectorAll,
• fetch for ajax,
• delegated-events for event handling,
• polyfills for standard DOM stuff,
• CustomElements on the rise.
We’re finally finished removing jQuery from https://t.co/r2QL2aHBfa frontend. What did we replace it with? No framework whatsoever:
— Mislav Marohnić (@mislav) 2018年7月25日
• querySelectorAll,
• fetch for ajax,
• delegated-events for event handling,
• polyfills for standard DOM stuff,
• CustomElements on the rise.