Videos of our Sep 11th Ember-Chennai meet-up is out. 🍿
Follow this thread 🧵 for links to each each one of the talks.
#emberjs#EmberjsChennai#javascript
Today I worked through the Ember component guide (until the end of https://t.co/ERuyT7YcsZ) on top of my prototype... and it worked! That includes `if` and splattributes.
I don't anticipate any major issues with the next section (yield). Looking forward to state!
</vacation> This is the last bit I worked on for my animation experiment.
The two lists are rendered by Ember (plain arrays) with some CSS transforms applied.
We modernized a 6 year old codebase, now running on Ember Octane with the latest JS features, without ever stopping for a rewrite or pausing feature development. In fact, we just keep shipping faster.
I am in awe of the @emberjs overhaul of LinkedIn's site @tomdale and team(s) did over there.
Also kudos to the design team.
Would love to hear that story. Very very good work.
Need to setup GitHub Actions for your #Ember addon? I have written a small blog post how to get up and running in a few minutes: https://t.co/UdwiKheCmb Long story short: Use create-github-actions-setup-for-ember-addon instead to autogenerate the workflow. 🚀
Happy to announce the official docs for @storybookjs and @emberjs - I was happy to support them.
Have a look over there and start your storybook for #emberjs now ���
Want to learn how to you can use Storybook with your Ember application?
Read our tutorial at https://t.co/vkmkxjehjG !
Special thank you to @unistyler for his help in getting it published 💪 !
I wrote about the integration of @storybookjs
and @emberjs
. It explains the what's happening under the hood and what's coming for #emberjs and #storybook
🔗 https://t.co/4b63Dh1T2G
I am excited about new features in #EmberJS
Now vanilla functions work as helpers. No need to wrap in a framework construct
For a framework that's been going since the dark ages, updating to modern patterns and the general people's mental model is a huuuge help :D
#Javascript
Today we've decided to move RFC 680 "Deprecate Implicit Injection on arbitrary Ember Framework objects" into Final Comment Period. Get your comments in!
https://t.co/AuR3oic85S
This week in #emberjs 🐹:
🎉 Ember 3.23 released
🚅 Explore Glimmer component performance
✍️ Shift mindset to Ember Octane
🎨 Ember + Tailwind 2.0
📟 Learn how to use WebSockets with Ember Data
⛄ Glimmer apps with Snowpack
❄️ Meet fractal-page-object
#EmberJS folks! We have some open source projects that needs some help & I’d love to work on them over the winter holiday time. If you think you’ll have some time & are willing to volunteer, please DM me in our Discord! TYSM!
Love to track @emberjs versions as updates come across @LinkedIn. Then marvel at how one of the busiest sites on the internet can roll an update mid-afternoon no problem. Speaks to the brilliance behind "convention over configuration" and the genius of the #emberjs community!
This also means I released v1.0.0 of ember-gesture-modifiers which uses Pointer Events instead of Touch Events meaning it now also provides cursor and pencil support! #emberjs
https://t.co/MNjefPL2gN
I have been going "experimental" on my latest #ember adventures. Would like to hear what you think. Instead of writing a component I made a modifier:
https://t.co/WMiAJqdgEU
aria controls for your markup. See docblock there how to use it.
In #ReactJS, if you pass extra props, your component will rerender whenever those props change.
In #EmberJS, updates only occur when used data changes (the whole component doesn't rerender either, just what's relevant).
Which default behavior sounds better?
#javascript#webdev