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

[deno] add new JSX transforms #58

Open
miguelrk opened this issue Nov 3, 2023 · 0 comments
Open

[deno] add new JSX transforms #58

miguelrk opened this issue Nov 3, 2023 · 0 comments
Assignees
Labels
priority: medium Do last (delegate?) type: enhancement Improvement to existing feature

Comments

@miguelrk
Copy link
Contributor

miguelrk commented Nov 3, 2023

Update deno.json files to the new Fast(est) JSX transform when these are supported by Fresh.

"compilerOptions": {
  "jsx": "precompile",
  "jsxImportSource": "preact"
}

This should result in 7-20x faster JSX rendering time.

@miguelrk miguelrk added priority: medium Do last (delegate?) type: enhancement Improvement to existing feature labels Nov 3, 2023
@miguelrk miguelrk self-assigned this Nov 3, 2023
@miguelrk miguelrk added this to the 11.2023 milestone Nov 3, 2023
@miguelrk miguelrk modified the milestones: 11.2023, 12.2023 Dec 28, 2023
@miguelrk miguelrk removed this from the 12.2023 milestone Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: medium Do last (delegate?) type: enhancement Improvement to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant