Nate Moore

Results 45 issues of Nate Moore

**WIP**! Does what it says in the title!

## Changes - Still WIP, just opening a draft. - Adds `astro/test` with some helpful utilities for testing Astro components ## Testing TODO ## Docs TODO

example
core
semver minor

#35 seemed like a fairly simple implementation, so I decided to take a crack at it. I understand that you may have different plans for this feature, but I figured...

Collecting some thoughts about Microsite v2.0.0. [Read the full RFC](https://github.com/natemoo-re/microsite/blob/rfc-v2/rfcs/001-microsite-v2.md)

- [ ] Create optimized config for Vercel's frameworks - [ ] Create optimized config for Netlify - [ ] Add documentation for Vercel and Netlify deployments

documentation
enhancement

Follow up to #150, makes a few changes to hydration props. - Props are no longer serialized as JSON but injected as JS. - Props are no longer referenced literally...

I've pushed up a WIP Markdown integration under the [`feat/mdx`](https://github.com/natemoo-re/microsite/tree/feat/mdx) branch! Give it a spin locally and let me know if you have any feedback. The package source is under...

announcement

Alternative to #100, using `uvu -r @swc-node/register` to compile `.ts` tests on the fly without writing them to disk. @eyelidlessness did a bunch of this legwork, so this wouldn't have...

Ideally, `useGlobalState` would track which properties are being accessed and only rerender when that particular property has changed

enhancement