You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importstylefrom"https://esm.sh/some-lib/SomeComponent.css"// or even import a vue component to react component via a specific loaderimportButtonfrom"https://esm.sh/some-ui-lib/Button.vue!react"
What loaders do is transform a non js/ts module to a ts modlue
Deno can provide a cache API for loaders
The text was updated successfully, but these errors were encountered:
Maybe Deno can make web apps more cloud native via a
loader
optiondeno.json
style-loader.ts
SomeComponent.tsx
cache
API for loadersThe text was updated successfully, but these errors were encountered: