Software Alternatives, Accelerators & Startups

ember.js

A JavaScript framework for creating ambitious web apps.

ember.js

ember.js Reviews and Details

This page is designed to help you find out whether ember.js is good and if it is the right choice for you.

Screenshots and images

  • ember.js Landing page
    Landing page //
    2022-04-15

Features & Specs

  1. Convention Over Configuration

    Ember.js emphasizes conventions, which can help streamline the development process and reduce decision fatigue by providing out-of-the-box solutions and standardizing code structure.

  2. Robust CLI

    Ember CLI is a powerful command-line tool that helps automate numerous development tasks, such as scaffolding, building, testing, and deploying applications, making the developer's workflow more efficient.

  3. EMBER Data

    Ember Data is a robust library for handling data models and relationships. It simplifies the process of interacting with APIs and managing data, offering built-in support for RESTful APIs.

  4. Strong Community and Ecosystem

    Ember.js has a strong and active community, which results in extensive documentation, numerous addons, and regular updates, enhancing the framework's reliability and feature set.

  5. Two-Way Data Binding

    Ember.js supports two-way data binding, which helps keep the model and the view in sync automatically. This feature simplifies the management of user input and model updates.

  6. Built-in Testing

    Ember.js has built-in testing support, making it easier to write and run tests for applications. This facilitates the development of robust, maintainable, and bug-free code.

  7. Focused on Large Applications

    Ember.js is particularly well-suited for ambitious, large-scale applications due to its structure and built-in best practices, which promote maintainability and scalability.

Badges

Promote ember.js. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

What is Ember.js?

A preview of Ember.js Octane

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about ember.js and what they use it for.
  • I ported shadcn/ui to modern Ember.js
    About a week ago, I made shadcn-ember public. It is an unofficial, community-led port of shadcn/ui for Ember.js. - Source: dev.to / 6 months ago
  • Apple's App Store Full Front End Source Code
    Didnโ€™t SproutCore become Ember [1]? Just my vague recollection, not sure if that was the case though. Anyway, Ember is still used and maintained, despite not being very well known. 1. https://emberjs.com/. - Source: Hacker News / 9 months ago
  • 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 making sure that our *.hbs, *.gjs and *.gts files are following one format. - Source: dev.to / 12 months ago
  • Thinking in Templates
    Django, for example, has a template engine that allows you to define a template in HTML and render it with a context -- data usually sourced from the database via the Django view. However, with its filters and helpers, it is almost too powerful -- undermining the core idea of templating. The same goes for Ember.js, as well. - Source: dev.to / about 1 year ago
  • Embroider & Vite & net::ERR_ABORTED 504 (Outdated Optimize Dep)
    While working on EmberJS projects, I've been using pre-alpha version of @embroider/app-blueprint quite a lot lately and I hit a baffling error:. - Source: dev.to / over 1 year ago
  • ResponsiveImage & EmberJS & glob vite imports
    I had a need to dynamically load a folder images in my EmberJS app that is using embroider-build/app-blueprint and ResponsiveImage. Turns out I could use vite glob imports and resulting code looked something like:. - Source: dev.to / over 1 year ago
  • Installing EmberJS v2 addons from GitHub forks using PNPM
    If you're using PNPM as a package manager for your EmberJS project and you find yourself in a need to install a v2 addon from git(hub) fork (because you have a branch with patched version), then you might find that GitHub URLs in package.json tricks don't work for you. - Source: dev.to / almost 2 years ago
  • Add custom layer to embe-leaflet
    Ember-leaflet is a very popular addon from EmberJS ecosystem that allows a lot of flexibility. - Source: dev.to / almost 2 years ago
  • JavaScript frameworks: comparing the latest tools and libraries
    Ember.js is an opinionated framework for building ambitious web applications. It emphasizes convention over configuration. - Source: dev.to / almost 2 years ago
  • Episode 24/13: Native Signals, Details on Angular/Wiz, Alan Agius on the Angular CLI
    Similarly to Promises/A+, this effort focuses on aligning the JavaScript ecosystem. If this alignment is successful, then a standard could emerge, based on that experience. Several framework authors are collaborating here on a common model which could back their reactivity core. The current draft is based on design input from the authors/maintainers of Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid,... - Source: dev.to / over 2 years ago
  • Ember-cli config
    Ember pioneered the standardised usage of global cli tool. This is a perfect way to give new users a good onboarding experience as well as existing users power tools for daily usage. - Source: dev.to / over 2 years ago
  • ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ปReact for beginners: an overview
    Ember.js: Ember.js is an open-source JavaScript web framework that utilizes a component-service pattern. It allows developers to create scalable single-page web applications by incorporating common idioms, best practices, and patterns from other single-page-app ecosystem patterns into the framework. - Source: dev.to / almost 3 years ago
  • How popular are libraries in each technology
    Other popular frontend libraries include Vue.js, Angular, and Ember.js. Vue.js is a progressive JavaScript framework that is gaining popularity due to its simplicity and ease of use. Surprisingly, Vue.js has been more popular than React.js for a long time if you consider the GitHub stars parameter alone. Angular is a framework developed by Google that is widely used in enterprise applications. Ember.js is a... - Source: dev.to / about 3 years ago
  • Quick full-stack app deployment using AWS and Ember.js
    I've been working on a small side project, more on that later, and wanted a straight forward way to deploy a serverless full-stack app. I'm using Ember.js as the front-end framework and the back-end is AWS, Amazon Web Services, Lambda and other AWS services. This post describes the minimal setup to deploy a full-stack app with Ember.js and a Lambda API endpoint. - Source: dev.to / about 3 years ago
  • The Evolution of Signals in JavaScript
    Disclaimer: I am the author of SolidJS. This article reflects the evolution from the perspective of my influences. Elm Signals, Ember's computed properties, and Meteor all deserve shoutouts although not covered in the article. - Source: dev.to / over 3 years ago
  • Invoking React components from your Ember apps
    Ember is a framework for ambitious web developers. It is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device. It has been around for more than 10 years and is still preferred and used by a lot of companies. - Source: dev.to / over 3 years ago
  • Intro to Testing in Ember.js
    Ember.js is a popular JavaScript framework for building ambitious web applications. It provides a robust set of tools for testing and ensuring the reliability of your code. In this blog post, we will explore the different types of tests that you can write in Ember.js and how to set up your testing environment. - Source: dev.to / over 3 years ago
  • Beginner here, start with react, svelte or solid?
    You can check out Ember. It's going strong for over a decade and gradually evolving while taking the whole community with it. It has many essential features built-in which make it easy for the beginners. Source: over 3 years ago
  • How To Choose The Right Framework For Your Next Node.js App.
    A framework for ambitious Web developers. Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device. Site Ember.js - A framework for ambitious web developers *Some of the best development teams in the world have been iterating on their products for years with Ember. Withโ€ฆ*emberjs.com. - Source: dev.to / almost 4 years ago
  • Getting Started with Micro Frontends
    It is a framework for bringing together multiple JavaScript micro frontends in a frontend application and is mostly concerned about cross-framework components. This means you use multiple frameworks, like React, Angular, Ember, etc., on the same page without refreshing the page. - Source: dev.to / about 4 years ago
  • Good assertion messages with EmberJS + sinon
    Since I work on quite a few EmberJS projects with different setups, I thought it would be a good idea to document the options. - Source: dev.to / about 4 years ago

Summary of the public mentions of ember.js

Ember.js, an open-source JavaScript framework renowned for its convention-over-configuration approach, remains a noteworthy player in the competitive landscape of front-end frameworks. Despite its long-standing presence, the framework is still widely debated within the developer community, known for both its strong suits and areas that could be improved upon.

Strengths and Unique Features

Ember.js stands out due to its robust architecture and productivity-centric features. Adopting the Model-View-ViewModel (MVVM) architecture pattern, Ember.js offers a solid structure for developing complex web applications, coupling this with a powerful command-line interface (CLI). The CLI is frequently highlighted as a 'productivity powerhouse', capable of generating boilerplate code and automating numerous tasks to streamline the development process. Additionally, Ember.js provides features such as fast initial page loads, incremental rendering, and advanced caching mechanisms, all contributing to its high performance.

The framework's commitment to comprehensive, convention-driven solutions resonates with developers seeking stability and a well-defined path, which explains its continuous popularity among established companies like Netflix and LinkedIn. This commitment also extends to mobile app development, where Ember.js is appreciated for managing complex application flows and data management.

Community and Ecosystem

The Ember community is known for being welcoming and supportive, often engaging in discussions surrounding the refinement of JavaScript frameworks. Ember.jsโ€™ ecosystem, enriched by tools such as Ember-leaflet and an extensive array of add-ons, boosts its flexibility and adaptability. Developers frequently mention the framework's engagement in cross-framework collaborations, reflecting its openness to evolve alongside the broader JavaScript ecosystem.

Challenges and Criticisms

However, not all feedback is laudatory. Some developers describe Ember.js as an 'old school cool' framework. While its rigorous conventions serve many well, they can also lead to constraints for those seeking flexibility or more modern idioms in JavaScript development. Critics often perceive the frameworkโ€™s strong opinions as a double-edged sword, offering stability at the expense of innovation in some scenarios.

Additionally, Ember.js' reliance on established conventions can create a steep learning curve for developers more familiar with minimalist or highly customizable frameworks like React, Vue.js, or Svelte. For newcomers, the framework's extensive setup process and the initial requirement of understanding its conventions can appear daunting.

Current Standing and Future Outlook

Despite these challenges, Ember.js has endured over a decade of usage, continually evolving to meet modern development needs and maintaining its relevance within the landscape of JavaScript frameworks. Its focus on stability, productivity, and built-in feature richness ensures it remains a viable choice for many existing and new projects.

In conclusion, Ember.js represents a trade-off between convention-driven development and flexibilityโ€”a compelling choice for those valuing stability and structured development over more experimental or less opinionated approaches. This balance ensures Ember.js maintains a dedicated user base even amidst rapidly changing web development trends.

Do you know an article comparing ember.js to other products?
Suggest a link to a post with product alternatives.

Suggest an article

ember.js discussion

Log in or Post with

Is ember.js good? This is an informative page that will help you find out. Moreover, you can review and discuss ember.js here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.