Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 0f8546b

Browse files
Update README
1 parent 2c40664 commit 0f8546b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ It does include some examples for building complex apps, like:
1717
1. No JS form submission in `/form`
1818
2. Dynamic client-side updates in `/dynamic` with vanilla JS
1919
3. Hydration in `/ssr` (when some JS is dynamically created to update the client state once it's finished the initial load) with vanilla JS
20-
4. Using Just-In-Time-transpiled-TypeScript (inspired by [ts-serve](https://github.com/ayame113/ts-serve)) [Web Components](https://developer.mozilla.org/en-US/docs/Web/Web_Components) for dynamic client-side updates in `/web-component`
20+
4. Using Just-In-Time-transpiled-TypeScript (inspired by [ts-serve](https://github.com/ayame113/ts-serve)) [Web Components](https://developer.mozilla.org/en-US/docs/Web/Web_Components) for dynamic client-side updates in `/web-component` ([it doesn't work on Safari](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/is))
2121
5. Using Just-In-Time-transpiled-SASS for `SCSS``CSS` output
2222
6. React with SSR and hydration in `/react` (and `/react/5`, for example)
23-
7. Also, if you want to see things like Google Sign-in or GitHub Sign-in, running PostgreSQL database migrations, filling PDFs, sending emails with attachments, dynamic sitemaps, or uploading files to AWS S3, I've also published a [Deno Code Examples app](https://deno-code-examples.onbrn.com) and [repo](https://github.com/BrunoBernardino/deno-code-examples).
23+
7. Also, if you want to see things like Google Sign-in or GitHub Sign-in, running PostgreSQL database migrations, filling PDFs, sending emails with attachments, dynamic sitemaps, or uploading files to AWS S3, I've also published a [Deno Code Examples repo](https://github.com/BrunoBernardino/deno-code-examples).
2424

2525
You can build pretty complex and complicated things without frameworks or loads of dependencies, but if you need a framework, I'd suggest you try [fresh](https://fresh.deno.dev/), [Snel](https://crewdevio.mod.land/projects/Snel), or [Aleph](https://github.com/alephjs/aleph.js) to still be able to enjoy a lot of Deno. They're pretty nice.
2626

0 commit comments

Comments
 (0)