Dmitry Kudryavtsev · @skwee357
54 followers · 363 posts · Server mstdn.social
Steven Hicks · @pepopowitz
137 followers · 343 posts · Server hachyderm.io

omg the vibe in the discord makes me want to hug someone.

I need another discord like I need a hole in my head, but if I am going to join one, it had better have the team behind it responding to the community this way.

#AstroDotBuild

Last updated 1 year ago

Alex Michael Berry · @almibe
60 followers · 109 posts · Server fosstodon.org
caleb · @calebjasik
314 followers · 1421 posts · Server mas.to

@yosh imo w/ types gets you part of the way there, though obviously w/o various or other linters you're not going to get *validity* tested

#a11y #AstroDotBuild

Last updated 2 years ago

Started rebuilding my personal website with AstroJS. Love it!

Expect more changes to come the next couple days .. weeks..

@astro

jeroenvanwissen.nl

#astrojs #AstroDotBuild #javascript

Last updated 2 years ago

Eric :blobcatcomfnight: · @eric0x
1 followers · 30 posts · Server mas.to

Astro Houston colour theme for VS code to spike up the year-end!

marketplace.visualstudio.com/i

#vscode #neon #AstroDotBuild

Last updated 2 years ago

Eric :blobfoxninja: · @eric0x
3 followers · 25 posts · Server hachyderm.io
Sarah Rainsberger · @sarah11918
216 followers · 186 posts · Server mastodon.social

It's working! The newest addition to our set of automated link checks in GitHub for Astro Docs PRs just caught a link without descriptive text. 🥳

#documentation #opensource #a11y #astrojs #AstroDotBuild

Last updated 2 years ago

Sarah Rainsberger · @sarah11918
392 followers · 602 posts · Server mastodon.social

It's working! The newest addition to our set of automated link checks in GitHub for Astro Docs PRs just caught a link without descriptive text. 🥳

#documentation #opensource #a11y #astrojs #AstroDotBuild

Last updated 2 years ago

caleb · @calebjasik
212 followers · 798 posts · Server mas.to

@calebjasik@mastodon.social @fasterthanlime lol I got to work.

```mdx
import { Code } from "astro/components";
import attempt1Raw from "./attempt1.ts?raw";

<Code code={attempt1Raw} lang="ts" />
```

where `attempt1.ts` contains

```ts
export const attempt1 = (_input: string) => {
return 3;
};
```

#mdx #AstroDotBuild

Last updated 2 years ago

Sarah Rainsberger · @sarah11918
195 followers · 145 posts · Server mastodon.social

Docs meeting, calls and streams today!

First, team meeting brainstorming/strategizing Astro Docs re: content/partnerships.

Then, looking forward to watching @LauraLangdon and @ben 's Docs Accessibility stream youtube.com/watch?v=SkPur5xtaz

And, our weekly open Community Call in the Astro Discord, where core team members share updates from around the project, we discuss proposals and recognize contributors! (Catch up on past calls at youtube.com/@astrodotbuild )

#docs #a11y #AstroDotBuild #astrojs

Last updated 2 years ago

Sarah Rainsberger · @sarah11918
392 followers · 602 posts · Server mastodon.social

Docs meeting, calls and streams today!

First, team meeting brainstorming/strategizing Astro Docs re: content/partnerships.

Then, looking forward to watching @LauraLangdon and @ben 's Docs Accessibility stream youtube.com/watch?v=SkPur5xtaz

And, our weekly open Community Call in the Astro Discord, where core team members share updates from around the project, we discuss proposals and recognize contributors! (Catch up on past calls at youtube.com/@astrodotbuild )

#docs #a11y #AstroDotBuild #astrojs

Last updated 2 years ago

Eric :v8: · @e
2 followers · 1 posts · Server uiuxdev.social

Good tutorial on making a landing page using Figma and Astro.build static site generator.
youtube.com/watch?v=jyjScZWgzI

#figma #AstroDotBuild #ui #ux #digitalsolutions #website #landingpage

Last updated 2 years ago

Luke Shafer · @lksh
14 followers · 21 posts · Server hachyderm.io

I really love using as a backend for JS applications. The fact that Astro code ONLY runs on the server makes page-load data fetching so simple. I call my db in the frontmatter, and pass it to client component props.

I never have to think twice about where my code runs because it’s so explicit. I only have to fetch the things that will change. I’m building what is primarily a SolidJS application, and Astro makes the mental overhead of development incredibly light.

#AstroDotBuild

Last updated 2 years ago

Sarah Rainsberger · @sarah11918
153 followers · 108 posts · Server mastodon.social

Before you can _write_ the Gatsby -> Astro migration guide...

Spoiler alert: it's kind of... just working? 😅

And, it's fun to be building! 🥳

#documentation #astrojs #AstroDotBuild

Last updated 2 years ago

Sarah Rainsberger · @sarah11918
392 followers · 602 posts · Server mastodon.social

Before you can _write_ the Gatsby -> Astro migration guide...

Spoiler alert: it's kind of... just working? 😅

And, it's fun to be building! 🥳

#documentation #astrojs #AstroDotBuild

Last updated 2 years ago

Luke Shafer · @lksh
15 followers · 21 posts · Server hachyderm.io

Formal since I’m switching instances:
I’m Luke! I’m a developer in central Ohio. I mainly code in TypeScript, backend for work, frontend for fun!
Currently I’m building a co-op tracker for Pokémon Crystal randomizers, powered by and !
I am also a leftist and a believer in justice and want to build community with people with similar beliefs, and uplift voices not heard enough in tech. Feel free to follow if that’s your thing!

#introduction #solidjs #AstroDotBuild

Last updated 2 years ago

Sarah Rainsberger · @sarah11918
128 followers · 92 posts · Server mastodon.social

Following hashtags is a cool thing! But using lists, it's less helpful to have posts in my Home TL.

Instead, I have a saved, pinned search column that can include multiple hashtags to see related posts together. This is especially helpful given that we still don't know which hashtag to use for Astro: ? ? ... ?

Also handy for: + + any other angles of interest ( , )

#AstroDotBuild #astrojs #writethedocs #documentation #docsascode #technicalwriting

Last updated 2 years ago

Sarah Rainsberger · @sarah11918
392 followers · 602 posts · Server mastodon.social

Following hashtags is a cool thing! But using lists, it's less helpful to have posts in my Home TL.

Instead, I have a saved, pinned search column that can include multiple hashtags to see related posts together. This is especially helpful given that we still don't know which hashtag to use for Astro: ? ? ... ?

Also handy for: + + any other angles of interest ( , )

#AstroDotBuild #astrojs #writethedocs #documentation #docsascode #technicalwriting

Last updated 2 years ago

caleb · @calebjasik
212 followers · 798 posts · Server mas.to