Skip to content

Several questions and ideas #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
PaulMaly opened this issue Jan 30, 2017 · 1 comment
Closed

Several questions and ideas #32

PaulMaly opened this issue Jan 30, 2017 · 1 comment

Comments

@PaulMaly
Copy link

Hi, Rich!

First of all, let me thank you for this great idea. And also I know that you're founder and one of main maintainers of RactiveJS - best JS framework I ever used. I believe that Svelte has really great prospects. Thank you for that.

For me Svelte could be great because of several reasons:

  • I already use RactiveJS the last 3 years and obviously Svelte has very similar API
  • I'm already using Webpack to build my code and it's great if this process will transform my code to vanilla JS

But right now Svelte is a little bit dampish and it's justified. Main questions for me to make a decision to switch from Ractive to Svelte would be:

  • integration with complex data structures (not POJO objects, like classes etc.). In Ractive we've Adaptors and it's great tool to do something like this:

ractive.set('post', fetch('/posts')); // using Promise adaptor

  • integration with DOM specific libraries (like Jquery etc.). In Ractive we've Decorators and I never get a problem with it and even more - it helps me encapsulate my browser specific code in my isomorphic (universal) apps.

Whether you plan to include similar features in Svelte ?

And my main idea - Ractive API is awesome, just implement it. Thanks!

@Rich-Harris
Copy link
Member

Closing this as dupe of sveltejs/svelte#272

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

No branches or pull requests

2 participants