Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Honestly, while axios is nice to have on the server side, the websocket API in the browser is very simple to use. Which IMO is a consistent theme with modern browser APIs.


Agreed: on our current front end project at work I’m having a lot of fun teaching the team the amazing browser APIs that subsume the need for a lot of the third party dependencies we used to reach for


How do you deal with IE 11?


In this project, simple: we don't have to. Despite being a decade old application, it was entirely AJAX-driven and front-end focused even back in 2010, and IE support was dropped entirely a few years ago by the business. Works in Edge just fine, as to be expected


Makes sense. I think the two options are just dropping IE support entirely or using (usually third-party) polyfills.


Many of us do not need to deal with IE. I haven't even needed to deal with mobile in years. Depends on requirements and use case.


Agreed. But the reason I asked because I am assuming they are making changes to a long-standing project that previously relied on third-party libraries (for browser compat?). I'm interested in that specific situation, not all projects in general.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: