home.social
  1. is about to start! Make sure to grab your ticket and come watch all the great talks!

    viteconf.org/23/tickets/IanVS?

  2. I really appreciated this careful, nuanced take on SPA vs server-side , and the implications to routing and data fetching in v6: programmingarehard.com/2023/04

  3. @viteconf @vite This talk was a ton of fun to put together, and I am honored to have been a part of .

    7 is in a mostly-stable beta version now, so try it out! (See the end of the talk for the commands to run). And let me know if you have any questions!

  4. Man, @astro has such a slick example picker at astro.new. I think could have something similar. We already have 30 templates set up, we just need a fancy picker page. Anyone interested in building it?

  5. @[email protected] One of the things that helped me learn was testing my components (and forms, and pages) in using : storybook.js.org/blog/test-com.

    In order to test effectively, I needed to be sure to associate components together properly and use the correct roles, etc. I got good components, good tests, good documentation, and learned all at the same time. win win win win. :)

  6. @vijf Have you looked into using a + to keep an eye on your prints while away, and stop them if needed? You can set up secure access using something like nebula or tailscale, or there are other (sometimes paid) options as well, like .

  7. @nosherwan For me the choice of framework would depend what I'm trying to build. is awesome for static sites and they're branching into , and I'm using it for our company's marketing page, but I wouldn't use it for a highly-dynamic admin panel, for instance. I'd love to learn more about sometime, and has some really cool concepts too, like server resume rather than rehydration.

  8. Has anyone experimented with rome as a replacement for and / ? They've just released version 10 that is rewritten in , for crazy perf gains. I'm curious what the migration would be like. One downside is that it sounds like they don't support any kind of plugins, so far.

    RT @sebmck: twitter.com/sebmck/status/1589

    Announcement: rome.tools/blog/2022/11/08/rom

  9. @tricia Nice to meet you as well! Do you have links to videos of any of your talks? I gave one at recently, covering , , and how it fits with . It's at viteconf.org/2022/replay/story if you're interested.