0 Followers
7 Following
7 Posts
@brianleroux I’ll try it. I’ll let you know once I have the time.
@oldschooldev I plan to make a blog soon. I’ve been thinking about using Astro. It’s supposed to be good with SEO, since there’s supposed to be very little JS files sent to the client.

@mimsical yeah accessibility is very important.

I just recently started learning some of the accessibility basics for web development. It’s a shame that there aren’t many courses and tutorials don’t prioritise it.

I'm just going to admit this even though it makes me sound like an insensitive asshole, because look, we all make mistakes and the point is to grow, right?

when I first came to Mastodon and people were reminding me to add alt text to my images, I was a little irked

then I read several posts about how much this means to people who rely on reading apps to understand the web

now I'm fully converted. I enjoy writing alt text.

and I think it's crazy this isn't standard across all social mediums.

@brianleroux though the server rendering is great, my biggest gripe is the size of the JS files.

I haven’t ran into many problems with Svelte yet. I’ll have to experiment with it some more.

@brianleroux React is known to not be the best option when it comes to performance because of all this complexity, mainly the virtual DOM.

I use React for my current project, but of sveltekit had came out of beta a year earlier, I would have used that.