3x071c / lsg-remix

[ARCHIVED] ✨ Full-stack school homepage / TypeScript, Remix (React), Prisma, CI/CD and more
GNU Affero General Public License v3.0
12 stars 5 forks source link

Get rid of regenerator-runtime #282

Closed 3x071c closed 2 years ago

3x071c commented 2 years ago

regenerator-runtime is a pretty heavy library that is currently being imported at the entry-level for polyfilling react-tables async debouncing function, which we can replace with the lodash one we've been using in other places instead.