EmberJS
banner
emberjs.com
EmberJS
@emberjs.com
1.4K followers 49 following 36 posts
Official account of Ember, your favorite JavaScript framework. Posts by an assortment of Core Team members. emberjs.com Try in your browser: http://new.emberjs.com
Posts Media Videos Starter Packs
Pinned
Curious about who is working on Ember?
what they're working on?
any experiments in the works?

Made a starter pack:

go.bsky.app/Fn6WsUz

This is not an exhaustive list, but will be updated as team members join @bsky.app
* Provided those libraries are not using deprecated features or private APIs, nor hyper dynamic "v1-isms"

All features are zebra strippable, regardless of age
Hot off the press!

6.8 released with some big features 🎉

⚡@vite.dev by default
🕚 Compatible with libraries from 8+ years ago*
✨ New APIs: renderComponent, additional reactive data structures
🤝 No more hbs by default (strict: true)

Read more here:

blog.emberjs.com/ember-releas...
Ember 6.8 Released
The Ember project is excited to announce the release of Ember v6.8. This is a standard minor release as part of the standard Ember Release Train process, but this release isn't...
blog.emberjs.com
Reposted by EmberJS
Vite @vite.dev · Jun 24
⚡️ Vite 7.0 is out!

- Browser Target Changed to Baseline Widely Available
- Node 18 support dropped. Vite is now distributed as ESM only
- And feats, fixes, and cleanups, while we prepare for rolldown!
Vite 7.0 is out!
Vite 7 Release Announcement
vite.dev
EmberJS @emberjs.com · Mar 20
Vite support now back to 3.28, *and* the codemod supports 3.28!

Great work, @chris.manson.ie 🎉
Happy Friday everyone 🎉 To celebrate the weekend the @emberjs.com @vite.dev implementation now supports back to [email protected] 🕺

If you are on [email protected] now is a great time to try the ember-vite-codemod mainmatter.com/blog/2025/03...
Ember Vite Codemod - Mainmatter
Announcing the first release of ember-vite-codemod
mainmatter.com
Reposted by EmberJS
Last week I was super excited to announce that the @emberjs.com @vite.dev implementation now works all the way back to [email protected] and that we would "hopefully" go even further back.

Well... we did it folks 🎉 The Ember Vite implementation now supports all the way back to [email protected] 🎉 😍 🐹
Reposted by EmberJS
We're proud to be investing in the future of @emberjs.com by supporting The Ember Initiative.

As their ongoing efforts move Ember forward, we're happy to back this important work.

Read more about The Ember Initiative:
mainmatter.com/blog/2025/02...
The Start of the Ember Initiative - Mainmatter
Announcing the start of the Ember Iniative
mainmatter.com
Reposted by EmberJS
Today has been great for the Ember Initiative 🐹 And I wanted to share why in a quick 🧵

I'm pretty happy to have @discourse.org as a backer at a tier that allows us to have a 2 hour pairing session every week. We can use this time to work on anything even tangentially related to the Initiative.
Reposted by EmberJS
Ever heard of ThumbHash? It's a great way to encode a blurry placeholder image into just a few bytes, 28 here. Like BlurHash but better visual quality!

Available now in responsive-image.dev for @vite.dev or webpack plugins and image components for @emberjs.com @lit.dev @solidjs.com and @svelte.dev!
Reposted by EmberJS
Finally EmberJS is taken into account by a big thing (TailwindCSS v4) 🎉
@nullvoxpopuli.com
Reposted by EmberJS
Been exploring other framework ecosytems, and I must say -- EmberJS has the best way to upgrade a whole project boilerplate.

There are a lot of little details in how everything is wired together, and ember just nails it, *and* provides you the reference for when you need to debug.
Reposted by EmberJS
patak @patak.dev · Jan 14
I think you'd like how @emberjs.com uses semver:
> Ember major versions only remove deprecated features. They never introduce new features. This means major releases are not exciting, just a predictable point where some cleanup happens.
Releases - Ember.js
Ember.js helps developers be more productive out of the box. Designed with developer ergonomics in mind, its friendly APIs help you get your job done—fast.
emberjs.com
EmberJS @emberjs.com · Jan 10
www.wrapped.dev/repo/ember-c...

our eslint plugin, which now supports ESLint 9 and Flat Config!
EmberJS @emberjs.com · Jan 10
www.wrapped.dev/repo/embroid...

A project generator for library authors that helps maximize correctness in testing to ensure that libraries are compatible with the widest range of applications, as well as will correctly function and type-check in a real application.
EmberJS @emberjs.com · Jan 10
www.wrapped.dev/repo/embroid...

release-plan is our "release anywhere" tool (and we do mean *anywhere*), which is inspired by a variety of tools and we put all our favorite behaviors together into one tool!
EmberJS @emberjs.com · Jan 10
www.wrapped.dev/repo/embroid...

content-tag is a low-level, rust-powered, tool for transpiling our gjs / gts into plain javascript for passing on to other tools.
EmberJS @emberjs.com · Jan 10
www.wrapped.dev/repo/emberjs...

The RFCs repo is where we plan and document the direction of the framework and get alignment among team members and the community, alike!
EmberJS @emberjs.com · Jan 10
www.wrapped.dev/repo/ember-c...

The tool for generating new projects, running the dev server, and generating tests, components, and more!
EmberJS @emberjs.com · Jan 10
www.wrapped.dev/repo/glimmer...

the Glimmer VM is our underlying rendering and reactivity collection of packages!

This is where we started using Signals, and implemented compatibility with pre-signals ember as well!
EmberJS @emberjs.com · Jan 10
www.wrapped.dev/repo/embroid...

ember-auto-import is sort of a polyfill for emborider for apps using older build tools.

powered by webpack.
EmberJS @emberjs.com · Jan 10
www.wrapped.dev/repo/embroid...

embroider is our bridging project and family of Vite plugins for building ember apps, new and old!

embroider converts pre-spec JavaScript into spec-compliant code that enables the lightning speed of vite to accelerate local development!