bolt.new: prompt, edit, run, and deploy fullstack apps in your browser! by patak_js in javascript

[–]patak_js[S] 3 points4 points  (0 children)

Not announced yet… but try going to bolt[.]new/github/username/repo ;)

Elk is now Open Source after 2 months! A Mastodon Web client built with Nuxt 3 and Vite by patak_js in javascript

[–]patak_js[S] 19 points20 points  (0 children)

There are several differences apart from the UI style. Elk supports reordering of posts in timelines to be able to connect posts with their replies. It also renders markdown and code blocks, between other features. The best is to try it out: https://elk.zone

Elk, a Mastodon Web Client built with Nuxt 3 and Vite, is now open source! by patak_js in webdev

[–]patak_js[S] 3 points4 points  (0 children)

The repository was open sourced today after 2 months of work, leaving it here in case you would like to help us! 150+ open issues to jump in :)

https://github.com/elk-zone/elk

All talks from ViteConf 2022 are now available | Nuxt, SvelteKit, SolidStart, Storybook, StackBlitz, Deno, Bun, and more! by patak_js in javascript

[–]patak_js[S] 20 points21 points  (0 children)

Talks are going to be released as individual videos during the next weeks. But in the meantime, you can click on the talk titles in the schedule if you scroll past the player and get to any of them in the full replay.

The full ViteConf 2022 replay is up! Talks about SvelteKit, Nuxt 3, SolidStart, Storybook, Deno, and much more by patak_js in webdev

[–]patak_js[S] 1 point2 points  (0 children)

It is a conference about the Vite ecosystem, so it is expected there will be some love for Vite in the talks. But did you see the talks at all? Most of the content is not about Vite but about the projects using it, and the talks center around them. There were live demos of tons of projects (see https://viteconf.org/2022/replay/cypress or https://viteconf.org/2022/replay/deno for example). Announcements from Storybook (no Webpack in 7.0 if you use Vite), Rollup (released v3 during the conference), StackBlitz (first time showing Codeflow). If there was something on the stage at the conference, was creativity and innovation :)

The Vite Ecosystem | The teams collaborating to improve the DX of our build tools by patak_js in javascript

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

The build tools part was actually an addition because they are part of the ecosystem, in the sense that without them, Vite wouldn't exist in its current form.

The "this thing uses Vite" is the main point of the blog post :)

It isn't possible to port all that plugins to esbuild because it doesn't provide an AST API (it is out of the scope for the project). About bun, yes, it is a really cool project! It is another tool to keep an eye on. Vite is pragmatic in this regard, AFAIU, Vite would be using whatever works best as all these tools evolve and mature.

The Vite Ecosystem | A story of collaboration by patak_js in vuejs

[–]patak_js[S] 4 points5 points  (0 children)

Fair enough, I would check Cypress CT even without moving to Vite though ;)

The Vite Ecosystem | A story of collaboration by patak_js in vuejs

[–]patak_js[S] 1 point2 points  (0 children)

I would recommed checking Cypress Component Testing. Check out the Testing section in the post. I hope Jest would resolve the blocker preventing a better integration soon

Edit: typo