A starter React app with a Vite dev server and TypeScript
by denolandTypeScript
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
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.
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.