TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you develop sites targeting IE in 2019?

1 点作者 iequery超过 5 年前
For various reasons, I have to support IE (11) in my work on a large React&#x2F;Redux&#x2F;Bootstrap app, using fairly standard Babel transpiration and polyfills.<p>I’m interested to hear how others in similar situations manage this problem - questions like:<p>Do you develop IE-first or have it as part of a testing checklist?<p>What have you learned about performance optimization for the IE VM?<p>Are there alternatives to the very slow F12 devtools?<p>And any other tips you’ve collected while supporting the browser.

1 comment

Porthos9K超过 5 年前
IE11? You lucky stiff. I&#x27;m still supporting IE6 (and getting hazard pay for it). I do it with lots of progressive enhancement, handwritten JS, profanity, and monthly pub crawls. By default the apps I build don&#x27;t even do AJAX; the baseline is HTTP GET and POST to a REST API with full-page refreshes.