from Hacker News

Rewriting Our Core React App in Vanilla JavaScript

by quotient on 12/19/22, 3:02 PM with 2 comments

  • by qqcqq on 12/19/22, 3:18 PM

    Interesting! I agree with the author that React is overused. Especially for an integration-widget product like Waitlist, where performance and predictability are most important, it makes a ton of sense to just drop straight down into pure HTML/CSS/JS and work directly with the browser API. No more crazy polyfills, ha!