Skip to content

Several questions and ideas #32

@PaulMaly

Description

@PaulMaly

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions