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 9 0Feb 1

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 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

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

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

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

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

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

why don't we have a slack channel?

A post by 赵正中

Learn More 1 0Aug 31 '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

ResponsiveImage & EmberJS & glob vite imports

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

Learn More 0 0Mar 7

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

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

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

ember-template-lint recommended rules that I disable

EmberJS comes with great set of default tooling. One of them is ember-template-lint which helps...

Learn More 0 0Aug 5

Shared with me: Using Vega Lite with Ember.js

a little -- bisonica is a vega-lite implementation, and I demo'd it in ember here: -- @nullvoxpopuli...

Learn More 0 0Aug 7

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

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

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