Articles by Tag #ember

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Upgrading to Ember 6.1: linting with type information

I recently upgraded all the packages in our very large monorepo to the Ember 6.1 app blueprint. The...

Learn More 10 0Feb 1

React inside Ember - The Second Chapter

A year ago, I wrote an article here about invoking React components from Ember where I outlined an...

Learn More 7 0Jul 12 '24

The Top 7 Reasons You Should NOT Use Ember.js on Your Next Project

If you're starting a new project and trying to decide on which frontend framework to use, then this...

Learn More 6 4Oct 25 '24

Ember.js Acquires React in Hostile Takeover, Demands it Learn Real Reactivity

for April 1st day, I asked GPT to make an onion headline... and OMG Chat GPT is savage. Originally...

Learn More 5 0Apr 6

Ember Essence

I came cross the name Ember.js and was curious to know more about what it actually is. I quickly...

Learn More 5 0Mar 30

Supporting classic Ember asset fingerprinting in Embroider

This blog post is about how Lighthouse switched fingerprinting of assets from classic to embroider.

Learn More 3 0Jan 21

From JS Mess to TS Success: Narrow your types in Ember Templates

A while ago, when migrating JS files to TS, I ran into an issue when having to use union types in an...

Learn More 3 1Jun 12

Why Ember Wins My Heart Over React ❤️ And Maybe Yours Too!

I’ve been wondering why there’s so much buzz around React. Everyone seems to be raving about it, but...

Learn More 2 0Aug 28 '24

It’s Time to Separate: Lint and Format

In the It's Time to Separate series, I'll show you how separating concerns helps us simplify code....

Learn More 2 2Jun 2

Embroider & Vite & net::ERR_ABORTED 504 (Outdated Optimize Dep)

A bit cryptic error message and possible solution

Learn More 2 2Mar 30

ERR_PNPM_BAD_PM_VERSION This project is configured to use vX of pnpm. Your current pnpm is vY

If you've ever seen a ERR_PNPM_BAD_PM_VERSION when running the ember command, you might be running into a global vs local issue.

Learn More 2 0Aug 18 '24

Add custom layer to embe-leaflet

What if you need want to register custom component with ember-leaflet?

Learn More 1 0Sep 4 '24

why don't we have a slack channel?

A post by 赵正中

Learn More 1 0Aug 31 '24

Installing EmberJS v2 addons from GitHub forks using PNPM

This article explains how to install EmberJS v2 addons from GitHub forks using PNPM, especially when dealing with monorepos. It provides a solution for adding a patched version of an addon from a specific commit in a GitHub fork.

Learn More 1 0Sep 16 '24

🚀 Rendering Dynamic Components in Ember.js with Embroider

Hey folks! 👋 Today, I want to share a powerful technique for rendering dynamic components in...

Learn More 1 0Jul 3 '24

Migrate from ember-cli-deploy-sentry to sentry-cli

ember-cli-deploy-sentry is no longer maintained. This is a quick guide for how to replace it with sentry-cli

Learn More 1 0Jul 16 '24

Ember.js in 60 Seconds

Before generative AI filled our world with bloated texts, humans relied on grammatically indifferent,...

Learn More 0 0Oct 29 '24

One shot convert React to Ember with AI

Not only does the Ember Assistant GPT correctly one-shot convert your React to Ember, it'll fix accessibility issues for you along the way!

Learn More 0 0Apr 6

Fixing Package Dependencies

Both Embroider and pnpm ask that packages declare their dependencies correctly: List a dependency (if...

Learn More 0 0Jul 19 '24

It's Time to Separate: Lint and Test

Today, you get to learn a pet peeve of mine, a rare instance where I never follow what Ember...

Learn More 0 0Jun 14

ResponsiveImage & EmberJS & glob vite imports

ResponsiveImage is a: Multi-framework JavaScript library for responsive images. Responsive images...

Learn More 0 0Mar 7

Ember has typesafe HTML

Original post @ nullvoxpopuli.com Ember has had typesafe HTML for a while now. Details on getting it...

Learn More 0 0Apr 6

Intro to Ember.js Components

When you're researching what frameworks to use when developing an app, it's like going to a car...

Learn More 0 0Sep 30 '24

How to disable ember/no-empty-glimmer-component-classes

This pesky little error appears a lot in modern gjs/gts components.

Learn More 0 0Mar 29