GitShow/denoland/react-vite-ts-template
denoland

react-vite-ts-template

A starter React app with a Vite dev server and TypeScript

by denoland
denoreacttypescriptvite
Star on GitHubForknpm

TypeScript

37 stars10 forks2 contributorsQuiet · 10mo agoSince 2024MIT

Meet the team

See all 2 on GitHub →
thisisjofrank
thisisjofrank4 contributions
nayeemrmn
nayeemrmn1 contribution

Languages

View on GitHub →
TypeScript67.5%
CSS26.9%
HTML5.6%

Recent PRs & issues

Quiet · 2 in progress · Last activity 10mo ago
See all on GitHub →
paullame
fix: solve linting rules - no jsr: specifier / button must have type attributeOpenPR

Hello, this is my first time contributing. I was trying to create a basic react + vite + deno template and found this repo instead. I'd like a suggest minor changes to fix some of the errors raised by the linting rules. no use of jsr: specifier outside of the deno.json import map react tsx : the button component must have a type attribute. kind regards, Paul

paullame · 9mo ago
anantoghosh
deno check fails with Cannot find module npm:reactOpenIssue

Deno v2.2.5 Windows 11 Currently trying to run the test will throw this error. Digging in it seems that specifying react, react-dom types in the compiler options causes this error. Removing the types here fixes the issue.

anantoghosh · 1y ago
niLPotential
Move imports from deno.json to package.jsonOpenPR

As the template is as of now, when I typecheck with the following error shows. These errors imply that deno fails to locate the libraries, despite them being installed. The same errors appear when setting to in . But the error changes to the following when setting to . Finally, only when the imports are moved to a seperate , the typecheck passes. This probably is a node compatibility issue, which I hope will be addressed soon. In the mean time, I propose to add this band-aid to avoid confusion. Also, is added as dep and is updated.

niLPotential · 1y ago

Recent fixes

View closed PRs →
nayeemrmn
Fix types dependencies handlingMergedPR

Related: https://github.com/denoland/vscode_deno/discussions/1321 https://github.com/denoland/deno/issues/30433

nayeemrmn · 10mo ago
Structured data for AI agents

Repository: denoland/react-vite-ts-template. Description: A starter React app with a Vite dev server and TypeScript Stars: 37, Forks: 10. Primary language: TypeScript. Languages: TypeScript (67.5%), CSS (26.9%), HTML (5.6%). License: MIT. Topics: deno, react, typescript, vite. Open PRs: 2, open issues: 4. Last activity: 10mo ago. Top contributors: thisisjofrank, nayeemrmn.

·@ofershap

Replace github.com with gitshow.dev