-
Data Down / Actions Up
- http://emberjs.jsbin.com/nayaho/edit?html,js - Interdependent select boxes. No observers.
- http://ember-twiddle.com/2d7246875098d0dbb4a4 - One Way Input
-
Other
- http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
- http://emberjs.jsbin.com/rwjblue/55/edit - Using liquid-fire animations in globals mode.
- http://emberjs.jsbin.com/rwjblue/593/edit - Modify computed dependent keys after initialization.
- http://emberjs.jsbin.com/siforo/edit?js,output - Define computed property after object initialization.
-
http://emberjs.jsbin.com/rwjblue/299/edit?js,output - simplified version of ic-ajax
- Ant Design - https://ant.design/
- Atlaskit by Atlassian - https://atlaskit.atlassian.com/
- Base Web by Uber - https://baseweb.design/
- Blueprint by Palantir - https://blueprintjs.com/
- Carbon by IBM - https://www.carbondesignsystem.com/
- Elastic UI by Elastic - https://elastic.github.io/eui/
- Fabric by Microsoft - https://developer.microsoft.com/en-us/fabric
- Gestalt by Pinterest - https://pinterest.github.io/gestalt/
- Instructure - https://instructure.design/
- Lightning Design by Salesforce - https://react.lightningdesignsystem.com/
Background Context:
- Question: What is a helm chart?
- Answer: helm charts are just templating engines that render generated yaml
- input variables (with a mix of default and override values for those variables)
- get plugged into golang templatized yaml
- and output a wall of text of generated yaml
- Community Helm Charts: