@EisenbergEffect can you tell us about https://github.com/microsoft/fast-dna and what if any relation it has to Aurelia?
@ejsmith If you look here you’ll see that Aurelia 1 and 2 are acknowledged as major influences on critical parts of fast-element. I can’t say much more than that at the moment. More announcements will be coming soon.
Thanks Rob. Just wondering because it seems a shame that the effort in that project couldn’t be put into Aurelia since they seem to have a ton of overlap.
@ejsmith There is overlap but the constraints and goals are different at this time. I’ll share more when the project publicly releases, but users of both Aurelia 1 and Aurelia 2 will benefit from the work.
@EisenbergEffect
Will that go in an official Blog Post? Just curious since we haven’t seen any new ones in 2 months and I do like to read them every time there’s a new one available. I’d also be happy to read more about possible performance gain switching to Aurelia 2. Happy to hear it’s coming along.
Cheers
@ghiscoding Absolutely. We’re planning a post about this. We just need to wait for various things to officially launch, etc.
For you’ll interested in Aurealia V2, don’t forget the book from Dwayne: https://ilikekillnerds.com/2020/05/announcing-the-aurelia-2-book/
Of course, it’s a work in progress, but I have it and it’s well worth the 9.99 price (but I upped it to 20 as Dwayne has helped me so many times through his blog.)
Just purchased it. Thanks for posting.
End of June 2020…approaching…Are we good?
No pressure
Check out my Aurelia 2 Screencast: https://youtu.be/gK6RI_JVz58
I am not sure where you got the idea of “npx aurelia globalize”, but it does nothing rather than running your globally installed aurelia-cli (which installed bin name aurelia) with an “Invalid Command: globalize” (check your terminal).
If you don’t have aurelia-cli globally installed, “npx aurelia globablize” will fail with “command not found: aurelia” since npm package “aurelia” did not provide any bin name.
Thank you for the feedback. You are correct - there a typo: The correct command is “npx au2 globalize”, not “npx aurelia globalize”
@ejsmith yesterday @EisenbergEffect explained FAST on the ASP.NET Community Standup - July 7, 2020 - FAST Framework
We’ll have a blog post for the Aurelia community specifically as well. Note that there are guides for using FAST with Aurelia 1 and Aurelia 2 here: https://fast.design/docs/integrations/aurelia
Huge congratulations and cheers for @EisenbergEffect and the whole FAST team. How do I follow your progress and discussions on that project? Just GitHub notifications or do you also have a forum?
The FAST team is using Discord https://discord.gg/FcSNfg4
We’ve got Aurelia 2 on Discord as well: https://discord.gg/RBtyM6u
So, hopefully that makes it easy to follow both projects if you so desire.
FAST naming conventions are resembling Aurelia’s naming like ValueConverters, ValueChanged events, ${}…etc. … Good Work !
Any Hope? When we will see it?
Please be patience a bit more, a few more bits related to lifecycle and we can go alpha
No rushing, polish it up nicely, and work hard on documentation.
When I ask some mid-level developers who are still hesitant about Aurelia, it’s always the popularity being mentioned (rather the amount of documents/tutorials/plugins produced by that popularity). When I ask seasoned architects/engineers, they really like the elegant and simple design because they can tell. Aim for that simplicity and elegance over convention (or too much typing to accomplish a simple thing).