Dan Jutan

Results 16 issues of Dan Jutan

Currently, we have a [`.jsx` vs `.astro` comparsion](https://docs.astro.build/en/comparing-astro-vs-other-tools/#astro-vs-jsx) that covers the syntactic differences between the two languages. This is helpful, but there's another difference that I want to point out....

improve documentation

### What version of `astro` are you using? 1.0.6 ### Are you using an SSR adapter? If so, which one? none ### What package manager are you using? npm ###...

p2-nice-to-have

#### What kind of changes does this PR include? - New or updated content #### Description - Replace a Caution which made it seem like the component framework JavaScript was...

improve documentation
hacktoberfest-accepted

#### What kind of changes does this PR include? - New or updated content #### Description - Closes #995 - Adds a new section on the Styling page, per [this...

improve documentation
hacktoberfest-accepted

#### What kind of changes does this PR include? - New or updated content #### Description - Closes #1588 - Caution for passing functions to elements in the Dynamic Attributes...

improve documentation
hacktoberfest-accepted

We've had several comments as to what we mean by > Astro was designed for building content-rich websites. This includes most marketing sites, publishing sites, documentation sites, blogs, portfolios, and...

improve documentation

The `getStaticPaths` content on our reference page is not reference content - it's better suited for a guides page. We link to it on our Routing guide, but that Routing...

add new content

Now that the [Cookies API](https://docs.astro.build/en/reference/api-reference/#astrocookies) is documented on our references page, we need to provide some instructional content and examples. This probably makes the most sense on the SSR page,...

add new content

Our current docs for [base](https://docs.astro.build/en/reference/configuration-reference/#base) says that we will start your server at the specified path (so `localhost:3000/base` rather than `localhost:3000`). But what else does it do? It can seem...

improve documentation
confirm behaviour
Blocked
help wanted

#### What kind of changes does this PR include? - New or updated content #### Description - Closes #1631 - Introduces the different setups and behavior for dynamic routes in...

improve documentation
hacktoberfest-accepted