summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11Fix: lang unspecified code blocks (#8461)Gravatar Marc 1-1/+1
2023-04-06Update react links (#6756)Gravatar Sergio A. Arevalo Soria 1-1/+1
2023-02-23Fixes example README links to open in codespaces (#6346)Gravatar Brian McManus 1-1/+1
2023-02-23Enhanced Astro codespace support (#6288)Gravatar Brian McManus 1-0/+1
* Enhanced Astro codespace support Enhances the base devcontainer and Dockerfile to provide a smoother development experience out of the box for contributors. Adds a devcontainer per example so that we can add buttons on astro.new that will launch users straight into the appropriate example app. * Cleanup devcontainers and pin base image * Update .devcontainer/example-welcome-message.txt Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> --------- Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-02-03Update open with codesandbox link to use synced sandboxes (#6105)Gravatar Obinna Ekwuno 1-1/+1
2022-11-10Add “Open with CodeSandbox” buttons to example project READMEs (#5322)Gravatar Obinna Ekwuno 1-0/+1
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-09-16.md only: npm init astro --> npm create astro (#4760)Gravatar Michael Rienstra 1-1/+1
* .md only: npm init astro --> npm create astro For consistency with https://github.com/withastro/docs/pull/360. Docs always use `npm create astro` (never `npm init astro`), README.md files in this repo should do the same. Search: `\b(npm|yarn|pnpm) init astro\b` Replace: `$1 create astro` Except for two instances: 1. `packages/create-astro/CHANGELOG.md` -- skipped because changelog. 2. `packages/create-astro/test/create-astro.test.js.skipped` -- skipped, old test disabled in https://github.com/withastro/astro/pull/3168. * docs: add `@latest` to `npm create astro` Co-authored-by: Bjorn Lu <bjorn@bjornlu.com> Co-authored-by: Michael Rienstra <michael@goodmoney.com>
2021-11-23update repo URL (#1994)Gravatar Fred K. Schott 1-1/+1
2021-09-16update examples for stackblitz (#1379)Gravatar Fred K. Schott 1-0/+2
2021-07-21Expose JSX compilation to renderers (#588)Gravatar Nate Moore 1-2/+0
* feat: add support for `jsxImportSource`, new JSX transform * Renderer: add Solid renderer (#667) * feat: add support for `jsxImportSource`, new JSX transform * WIP: solid renderer * [Renderer] Solid (#656) * feat: add support for `jsxImportSource`, new JSX transform * WIP: solid renderer * Solid renderer: fix SSR of children, hydration (top level) Caveat: cannot hydrate children/descendants of hydrated parents * Fix hydration of fragments * fix: SyntaxError in React/Preact renderers * fix: errors in React/Preact renderers * feat: update react external * chore: update examples * chore: delete old changelog * chore: update astro config Co-authored-by: Nate Moore <nate@skypack.dev> * Changing the preact to Solid (#669) * chore: use new client:visible syntax * fix: dev script issue * chore: cleanup SolidJS example * docs: update framework example docs * chore: cleanup framework-multiple example * fix: remove SolidJS false-positives from Preact renderer * chore: add changeset Co-authored-by: eyelidlessness <eyelidlessness@users.noreply.github.com> Co-authored-by: Abdullah Mzaien <s201540830@kfupm.edu.sa> * feat(create-astro): add Solid support * docs: add JSX options to renderer reference * chore: add changeset for P/React renderers * fix: move react/server.js to external * chore: remove brewfile * Revert "feat: add support for `jsxImportSource`, new JSX transform" This reverts commit 077c4bfc135c58a85d4ebfca6012e90403694d8d. * fix: remove `react-dom/server` from `external` * chore: remove unused dependency * feat: improve JSX error messages * Revert "Revert "feat: add support for `jsxImportSource`, new JSX transform"" This reverts commit f6c2896b9ec6430611fc0abae7d586c42aca87e5. * docs: update jsxImportSource * feat: improve error message * feat: improve error logging for JSX renderers * tests: add jsx-runtime tests * chore: update snowpack Co-authored-by: eyelidlessness <eyelidlessness@users.noreply.github.com> Co-authored-by: Abdullah Mzaien <s201540830@kfupm.edu.sa>
2021-07-20Docs: npm@7 requires an extra `--` for arguments passed to the command, per ↵Gravatar Caleb Jasik 1-1/+1
@natemoo-re's description. (#786)
2021-07-01update example readmes (#591)Gravatar Fred K. Schott 1-1/+5
* update example readmes * Update README.md
2021-06-28Restructure examples (#568)Gravatar Nate Moore 1-0/+7
* rename kitchen sink, pull out react example * split out the rest of the examples * align versions * chore: rename examples * chore: normalize gitignore * chore: update package versions * chore: move framework examples to `framework` namespace * docs: add README to examples Co-authored-by: Austin Crim <crim.austin@principal.com>