590 links
-
Ember Power Calendar
Powerful and customizable calendar component for Ember
Addon by Miguel Camba on 20th August 2018
-
Story-based BDD - an alternative approach to testing with Ember
In this blog post I want to introduce you to an alternative way to test your Ember application: story-based BDD. BDD stand for Behaviour Driven Development. It combines the ideas of TDD (Test Driven Development) with DDD (Domain Driven Design).
Article by Simon Ihmig on 15th August 2018
-
Minimalist Ember (Part 1)
A simple way to update a route’s model when user interaction requires a new view of the data.
Article by Alex Middeleer on 14th August 2018
-
Forcing Trailing Slashes for Routes
Most static asset servers will load index.html files from paths automatically, if they end in a trailing /. However, Ember routes typically omit the /, so to get everything loading, without a redirect, I had to apply some tweaks. This was completely stolen from the Ember Guides App. They use Prember there as well, and several of our techniques overlap.
Article by Robert Wagner on 13th August 2018
-
Ember Table
Ember Table is a power table made for users who need a full-fledged, fully-customizable table component for their apps. It is built to be flexible, scalable, and ergonomic for day-to-day use.
Addon by Chris Garrett on 1st August 2018
-
Load Fast, Stay Fast
Dave Laird talks about Ember Fastboot SSR rehydration and index stuffing, using Outdoorsy.com as a case study.
Video by David Laird on 17th July 2018, in Ember ATX
-
Ember Guide for Beginners: [04] Routes
For simple apps, you could live off with just Components and Services. But for large-scale apps, you’ll want to implement some routing system in it. Luckily, Ember has a built-in solution for that.
Article by Mikko Paderes on 14th July 2018, in Ember Guide for Beginners
-
Ember Guide for Beginners: [03] Services
A Service is an instance that lives for the duration of the app, and can be made available in different parts of it.
Article by Mikko Paderes on 14th July 2018, in Ember Guide for Beginners
-
Ember Guide for Beginners: [01] Introduction
This is the 1st of 4 parts where I try share my knowledge in Ember. I’ve started this series in response to some people asking for free tutorials that’s outside of the main emberjs.com site.
Article by Mikko Paderes on 14th July 2018, in Ember Guide for Beginners
-
Ember Guide for Beginners: [02] Components and Templates
Components are an important concept in Ember. It allows us to build large-scale apps in a simple and maintainable way.
Article by Mikko Paderes on 14th July 2018, in Ember Guide for Beginners
-
Simple Page Objects for Testing Ember.JS Apps
Testing Ember.JS apps is getting better and better with every new release. The introduction of the new @ember/test-helpers and native async/await functionality makes testing a breeze.
Article by Mirko Akov on 28th June 2018
-
Open Sourcing Shopify Polaris for Ember.js
Today we're excited to release an Ember.js add-on to make Shopify Polaris available to more product teams.
Article by Bill Curtis on 28th June 2018
-
Ember Auto Import
Import from NPM, with zero configuration.
Addon by Edward Faulkner on 25th June 2018
-
Boston Ember Community 20 June 2018
Ray Tiley demos Fastboot & Robert Jackson live codes writing command line interfaces in javascript.
Video by Robert Jackson on 20th June 2018, in Ember Boston
-
ember-intl data loading patterns
A how-to guide to working with ember-intl and loading polyfills as necessary.
Article by Tobias Bieniek on 18th June 2018
-
Ember Clear
Encrypted Chat. No History. No Logs. Open source project.
Github Repository by Preston Sego on 14th June 2018, in Open Source Projects
-
Shipping different EmberJS bundles based on the user's browser
EmberJS provided a way to specify browser targets in April, 2017. With this, one could specify a list of browsers based on the app consumers' analytics and ship properly transpiled code.
Article by Sivasubramanyam A on 4th June 2018
-
ember-cli-deploy-cloudformation
An Ember CLI Deploy plugin to create/update an AWS CloudFormation stack before deploying to it
Addon by Simon Ihmig on 1st June 2018
-
ember-display-in-browser
You can make use of this addon to display a message asking the user to use a browser other than IE.
Addon by Sivasubramanyam A on 31st May 2018