I'm curious what frontend frameworks you're all interested in these days? Powerful meta frameworks have been built using libraries like Vue and React. Next.js comes to mind: Remix is a new contender, and we have other notable projects like SvelteKit, Astro, Eleventy, etc.
I'm on the ecosystem team working on frameworks in my new role at Netlify. Our job, at the moment, because I'm sure it will evolve, is to ensure whatever you deploy to Netlify deploys seamlessly. I'm not saying this to promote Netlify, although it is incredible. It's to express my excitement at this type of role.
I need to know/learn how all these frameworks work, which is exciting.
For example, if you weren't aware, Netlify released their Edge functions offering a couple of weeks ago. My coworker Salma has a great post about them.

We're all living on it. But what exactly is The Edge?
Salma Alam-Naylor ・ Apr 27 '22
My other awesome coworker Eduardo released a deep dive article about Netlify Edge functions if you want to check that out as well.
I bring this up because I get to continue to work in open source in my role at Netlify. For some background, Edge functions use the amazing Deno project, a modern open-source runtime for JavaScript and Typescript. We're big fans of OSS at Netlify. ♥️
I was looking into an issue with Netlify Edge functions within the Remix framework.
remix-run / remix
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
Welcome to Remix!
Important
With the release of React Router v7 we are sun-setting continued development/maintenance on Remix v2. If you have not already upgraded to React Router v7, we recommend you do so. We've tried to make the upgrade process as smooth as possible with our Future Flags.
We plan to continue to address bugs that pose security concerns or prevent upgrading to React Router v7. If you have a bug in one of those categories, please open an issue in this repository and prefix the title with (v2):
.
For all other issues, ongoing maintenance will be happening in React Router v7, so please open issues (bugs) and/or discussions (feature requests) in that repo.
We are happy you're here!
Remix is a full-stack web framework that lets you focus on the user interface and work back through web fundamentals to deliver a fast, slick, and…
One of the core team members had issues getting Edge functions to work with Remix. After some fun detective work, I figured out the issue. TLDR; a polyfill wasn't web standards compliant, so the bug only occurred when Edge functions were enabled because Deno is compliant. In contrast, regular serverless functions use the non-web standards compliant polyfill in Node.js land.
It's not fixed yet, at least when writing this post, but the Remix core team is working on it. It was tons of fun to figure things out publicly and share my findings, as this is open-source baby!
I'm stoked to continue exploring this role, working with the developer community, our customers, my coworkers, and open-source community!
Peace peeps!
Photo by Alex Kondratiev on Unsplash
Top comments (2)
Decoraters [ts], Generators, Memoization, Redux toolkit.
The front-end world will continue to produce newer frames and frameworks: one factor being ease of mobile access, another being backwards - compatibility for older browsers ( where some CSS/JS breaks)
'Web standards' are great, but they get updated often, just as hardware evolves.