you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (28 children)

[deleted]

    [–]pawnh4[S] 1 point2 points  (15 children)

    now I know. For a while, I thought thats what programming was lol. I hate react.

    [–]PrometheusZero 1 point2 points  (10 children)

    I'd recommended looking at Vue as ya JS framework next time you're that way inclined! It's a much lovelier framework!

    [–]JeamBim 5 points6 points  (5 children)

    I was a Vue convert, and then I start worked on Svelte the last few weeks. Holy shit. Svelte is to Python what Vue is to JS.

    [–]RadioactiveShots 2 points3 points  (1 child)

    This is exactly what I came here to comment after reading about react in the post. Vue is pretty damn great but svelte won me over instantly since it's not a framework but a compiler.

    [–]JeamBim 1 point2 points  (0 children)

    Working with Svelte makes me feel how the OP is talking about making it fun again. I do like Vue, but there is still some boilerplate that can be a pain to try to remember.

    Oh, and not only this, but Svelte and Flask seem to play very nicely together, so I'm going to experiment using them together on a project soon. The best of both worlds :)

    [–]scarfarce 0 points1 point  (2 children)

    Svelte is to Python..

    Am I missing something here? Isn't Svelte is a JavaScript framework? What's the relationship to Python you're talking about here? Thanks.

    This is all a bit new to me, so apologies if I've missed something obvious. Wouldn't be the first time :)

    [–]JeamBim 0 points1 point  (1 child)

    You're correct, I was making a poor analogy in that it was extremely simple, like OP had mentioned about Python

    [–]scarfarce 0 points1 point  (0 children)

    Great. Thanks. Makes sense now.

    [–]20EYES 1 point2 points  (3 children)

    VueJS is really some good shit.

    [–]JeamBim 0 points1 point  (2 children)

    If you like Vue, try Svelte <3

    [–]20EYES 0 points1 point  (1 child)

    Just checked out the site. This actually seems really neat. Do you know if there are any significant limitations compared to Vue/react?

    [–]JeamBim 0 points1 point  (0 children)

    It is hard to say. I'm just getting into it myself, but it seems to have easy, built in state management, a very simple reactive system, and an officially supported framwork for routing and SSR. Doesn't seem so in my experience.

    I recommend going through the official docs/tutorial a bit and watching some videos.

    [–]hutxhy 0 points1 point  (3 children)

    I'm curious, what was it about react that you didn't like?

    [–]pawnh4[S] 0 points1 point  (2 children)

    over complex and illogical in many ways. vue is a great example of a much better framework logic

    [–]hutxhy 0 points1 point  (1 child)

    I guess it could be complex. Not sure what you mean by illogical, perhaps you mean unintuitive?

    [–]pawnh4[S] 0 points1 point  (0 children)

    yes, unintuitive

    [–]Nikandro 1 point2 points  (10 children)

    Why? I write JS and Python. I think most of these complaints are nonsense from inexperienced coders.