examples icon indicating copy to clipboard operation
examples copied to clipboard

A simple todo app using Deno and React.

Results 25 examples issues
Sort by recently updated
recently updated
newest added

Can projects with-vue or with-react be hosted on deno deploy?

error when starting dev server: TypeError: Could not find npm package '@babel/generator' matching ^7.20.2. Try retrieving the latest npm package information by running with --reload

Every time I specify the version, change it, a new module gets added in deno.lock. Example when I change in the `vite.config.mjs` file the import `import 'npm:preact` to `npm:preact@^10.11`, then...

fresh as ui, admin dashboard edgedb as data, fast develop alosaur as web, use deno native http

I am trying the React example on Linux and the browser is not updating when I change the source file.

Seems data is not loaded from backend api, it loaded from json file directly. For example: https://github.com/denoland/examples/blob/main/with-qwik/src/routes/index.tsx: ```tsx import data from "~/data/dinosaurs.json" with { type: "json" }; export const useDinosaurs...

We could definitely use a Svelte/ Sveltekit example! https://svelte.dev

We could definitely use a **Turborepo** example! https://turbo.build

I tried to add drizzle to an existing project using the blog/video, but that didn't work, so I'm trying these examples. Still not working. The db url is correct, and...

After creating the `src/pages/[dinosaur].astro` page and running the Astro dev server with `deno task dev`. Opening an individual dinosaur page (e.g. `http://localhost:4321/aardonyx`) throws a `GetStaticPathsRequired` error. ![image](https://github.com/user-attachments/assets/71d78578-15aa-42a0-bccf-8c872bc74778)