Viewing profile — wirahx
wirahx
HN member- Joined
- Fri, Sep 07, 2018, 3:14 PM UTC
- HN karma
- 58
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About wirahx
No profile information was provided.
Recent public activity
-
comment
Comment #44478753
I wanted this workflow but we absolutely share the same problems. However it took a few minutes on their site to see that the workflow involves explicitly assigning tickets to chee…
-
comment
Comment #39010345
The only reason React et all need an ecosystem is because they're hard to integrate vanilla libraries with, or harder to develop components for. Vue suffers less from this issue, a…
- comment
-
comment
Comment #37584436
I'll be the first to mourn the (future) loss of $: but the video clearly shows that the changes are a pretty enticing way to make your code that little bit cleaner, and solve all o…
-
comment
Comment #36692690
> I don’t follow… in what sense is this JavaScript? > it's not. it's html. incrementCount is a pointer to a javascript function. > Or what about this… is this JavaScript? > $: doub…
-
comment
Comment #36692646
it's not. `toggle` is a pointer to a function name and "toggle()" appears to be an expression which is parsed and then executed (scary). you can on on:click={() => toggle()} in sve…
-
comment
Comment #36692633
not everybody was excited about the virtual dom. people who looked closely at it weren't particularly excited.
-
comment
Comment #36692569
you're equating it to string interpolation. It isn't. It's a compiler directive which disappears when compiled, which is why it is expressed as a brace expression rather than a tag…
-
comment
Comment #35892386
Yep, but slowly converting it all over to SvelteKit. Saves me having to maintain servers, watch setups, build processes, deployment processes, routing, bundling, and so on.
-
comment
Comment #33987465
That's the tutorial - which uses WebContainers, which are indeed an experimental technology. It has nothing to do with the production readiness of SvelteKit the framework.
-
comment
Comment #33986722
don't forget to watch the livestream!
- story
-
comment
Comment #29315426
There is only Safari on iOS. It's just called "chrome" or "Firefox". It's not a very good browser and struggles with a lot of things.
-
comment
Comment #26561926
It's vastly simpler. You should try something before you write it off.
-
comment
Comment #26561919
ElderJS is a very specific use-case, which is mass static generation, designed for SEO heavy sites. It's a very narrow usecase. SvelteKit is designed to let you build anything at a…
-
comment
Comment #26559296
I think there is a faster TSC, I forget what it's called, but it's significantly faster. It just isn't as fully fledged as TSC.
-
comment
Comment #26559278
The banned user is a person who intentionally trolls comment sections, chats, and other forms of feedback. It's genuinely their goal to get banned.
-
comment
Comment #26559260
FWIW this person is also banned from the Svelte github and the Svelte discord for similar behaviour.
-
comment
Comment #26559154
There's a link right next to the main headline - "What's the deal with SvelteKit"
-
comment
Comment #25765828
From an outsiders perspective, that's fair enough. However, Rich's time and focus as well as a number of other maintainers is currently on Svelte-Kit, which gets a commit around ev…
-
comment
Comment #25750421
can confirm that dragula works well. If you don't need all the crazy browser support though, doing it like this is much more lightweight.
-
comment
Comment #25750393
the code is readable enough that you can just change the animation delay ;)
-
comment
Comment #23916070
Easier, due to the language-server Svelte uses to support TypeScript. It should be relatively trivial for somebody to implement now.
-
comment
Comment #23916067
https://beyonk.com Everything we do is written in Svelte + Sapper, not just our site, but all the backend apps as well that we use for admin + providers.
-
comment
Comment #23916058
Svelte will never have JSX, not natively anyway. It's completely against the philosophy. Not all of us think JSX is a great thing. The "templating" language in Svelte isn't really …