Hey all, my bootstrapping journey is reaching an exciting point where we are able to provide real value to designers with the Obra Figma plugins, starting with the Screenshot to Layout plugin. To bring things over the finish line, I am looking for a Svelte developer with (some) design chops to develop and fine tune […]
Category Archives: svelte
SvelteKit form actions are the bomb
In the video above I demonstrate a little app and its code in a slightly unorderly fashion, so I thought I’d put some words down and hopefully make things more clear. First of all, this is just a demo app and not a real-life application, although it contains concepts that a real-life application will need […]
SvelteKit-JUI
- Posted in blijvend-leren svelte ui web webdev
Ik ben on and off aan het werken aan een UI framework voor Svelte. Wat mij eigenlijk altijd al gestoord heeft in user interfaces is dat je een laag hebt van gestylede browser UI, en dan een laag custom plugins die helemaal niks van elkaar afweten qua styling en waar je maar in aan het […]
Grouping things in Svelte
- Posted in development svelte
Here’s a code trick I would like to share. I was making a configurator for Mono’s Figma workshop. You can view the result in this Svelte REPL. This is a proof of concept where people can pick and choose their own modules, by making a selection. And this selection consists of groups. I want to […]
Een paar gedachten over Svelte
- Posted in development opinie svelte
Dus. Op het einde van een recente virtuele conferentie over Svelte wordt er een surprise demo gegeven van een “projectje” door de originele auteur van Svelte (en het Svelte core team). Eerst wordt er aangekondigd dat Sapper (een framework rond Svelte, vergelijkbaar met Nuxt.js) nooit uit beta gaat en nooit 1.0 gaat bereiken. Daarna wordt […]
How to add PostCSS to Routify starter
Here’s some step-by-step instructions on how to add a basic CSS setup to a Routify-powered project. Install the postcss plugin: Import it inside rollup.config.js: Reference it as a plugin: Import in main.js: Make sure to create the CSS folder under src And create the CSS file Now reference the correct file in __index.html: That’s it! […]
Building community in open source: Svelte edition
- Posted in community open-source svelte
Now that Svelte Society Day happened there is a lot of talk about improving the community around Svelte. Efforts have been made in the past, with the biggest one being Svelte Community by swyx. I feel that now we have improve upon these efforts, but also connect these efforts to the “official channels” in a […]
Svelte Society Day
- Posted in svelte Uncategorized
Svelte Society Day is happening this Sunday, an online conference with 10 talks about Svelte that will be streamed on YouTube. The stream will start around 5PM (GMT+1). If you are interested to receive more information, sign up on the website. I didn’t submit a talk but I am working on some Svelte tutorials which […]
Routify + Roxi news
- Posted in development open-source svelte webdev
Last week the new website for Routify was published, which now has a blog. You can read the announcement about the 1.5 release here. Within the Routify project, I am taking on various roles that don’t have too much to do with the coding of the project itself: design for the documentation website, promoting Routify […]
Experimenting with Svelte (3): A plan
- Posted in development javascript svelte website
This is a follow-up to Experimenting with Svelte (2): the doubts. In the last post I expressed my doubts about using Svelte for a production website. Some people have commented on this by saying that we might be using the wrong tool for the job. They say a website is a document, so static HTML […]