#Astro and JS

4 messages · Page 1 of 1 (latest)

hasty stratus
#

I am sure this will be a daft question but do we need prior knowledge of JavaScript, or one of the many variants, to work with Astro?

quaint pike
#

It wouldn't hurt but not specifically yes. I think it depends more on what you are trying to build. If you have a strong sense of HTML/CSS and markdown then you could build a site for blogging and more static sites.

You should try there blog walkthrough.

"Build your first Astro Blog 🚀 Astro Documentation" https://docs.astro.build/en/tutorial/0-introduction/

Astro Documentation

Learn the basics of Astro with a project-based tutorial. All the background knowledge you need to get started!

hasty stratus
#

Hello jmcfly, many thanks for the prompt reply. I asked as I have zero knowledge of JS or variants and want to use Astro to create templates as its a website in various languages and was informed Astro is just the tool as we can write the html and css for (example) menus which can then be imported into the webpage without copying lots of code, also when updating the menu for a given language it could update all those webpages based on language.

#

forgot to say I have no idea what markdown is but will progress with the "Build your first Astro Blog 🚀 Astro Documentation" first.