Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Porting to Aurelia. #356

Open
ferndot opened this issue Oct 18, 2017 · 6 comments
Open

Porting to Aurelia. #356

ferndot opened this issue Oct 18, 2017 · 6 comments

Comments

@ferndot
Copy link
Member

ferndot commented Oct 18, 2017

I am considering porting the app to Aurelia + ESNext.

That will greatly simplify UI management and module management and also enable us to utilize the new functions in ESNext.

What do you think?

@Ryuno-Ki
Copy link

I am following Aurelia from the beginning (i.e. after the renaming from Durandal).

In the beginning, the setup was quite hard (with System.js and stuff), but they released a CLI, which should ease things. On the other hand, when a framework needs a CLI it sounds way to complicated to me …

However, I really like, how Aurelia gets out of your way and let you write almost Vanilla JS. Not comparable with Vue, React or Angular!

I plan to dig deeper into it. Or into Svelte.

@ferndot
Copy link
Member Author

ferndot commented Nov 11, 2017

@Ryuno-Ki

Yeah it certainly has an interesting setup process. I really like the simplicity of working with views and the bidirectional binding.

Svelte looks like a better implementation of the jQuery API? Or is there something I am missing?

@Ryuno-Ki
Copy link

Svelte is attempting to get rid of runtime frameworks by compiling everything ahead-of-time and spitting out Vanilla JS.
So you get the best of both worlds.
But you have to write code in a way that is statically analysable. The community is welcoming on Gitter.

@ferndot
Copy link
Member Author

ferndot commented Nov 14, 2017

@Ryuno-Ki thanks I will check it out!

@Ryuno-Ki
Copy link

Lately, Aurelia teasered a book on their blog about projects, which are a good fit for it. One is „An office style application (such as Google Docs)”, which could fit to firetext quote well. I haven't ordered the book (yet).

Please blog about your experience with it :)

@ferndot
Copy link
Member Author

ferndot commented Nov 15, 2017

@Ryuno-Ki sure thing!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants