Vatroslav Vrbanic

Results 35 comments of Vatroslav Vrbanic

I just stumbled upon this issue: https://github.com/sveltejs/svelte/issues/7488 which **should be fixed in Svelte 3.49.0** and which may also solve the problem with dynamically generated components described above, see: https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md#3490 >...

Ok, I think that's the issue: see https://stackoverflow.com/questions/68335375/ondestroy-not-working-when-component-target-is-removed?rq=1 > If you create the component by hand, you also need to destroy it by hand. **You need to call $destroy on...

The comment part `// TODO / TOFIX this could cause problems with the 'SvelthreeAnimation' component which is checking 'currentSceneActive'` is **outdated / wrong**, because there is no `SvelthreeAnimation` component anymore,...

Hi Jasper, thanks for your feedback / input, I'm glad you like svelthree! 🙂 **_documentation:_** there will be a new basic examples page incl. various starter-templates with the (_or right...

One thing I haven't touched yet, but I feel will become very important soon, are **tests**. The main reason for this was the heavy prototyping / refactoring svelthree situation, but...

> * What to do with Loaders? see #33 : Loaders could be used vanilla style.

Ok, current state is we have basic support, but I want to refactor it / enhance it quite a bit. (not pushing current state) See #26

This got very complex, is priority number one at the moment. Also, now pushing everything to dev branch despite messy code, will be fixed of course.

Hi @davidfitzgibbon, I just stumbled over your almost exactly one year old comment, sorry for not answering. 😬 To my excuse I was pretty off the svelthree train back in...