ultra icon indicating copy to clipboard operation
ultra copied to clipboard

Zero-Legacy Deno/React Suspense SSR Framework

Results 49 ultra issues
Sort by recently updated
recently updated
newest added

Hii, This is feature request. Currently, I can import unocss/runtime script tag and generate CSS only the fly. But this is client side generation. Can we have atomic CSS support...

enhancement
help wanted
question

It's not clear how, or if it's possible, to access the request URL for the purposes of inspecting the pathname and search params and rendering based on that information. Is...

Firstly thanks for a really great project and documentation. It's exciting. The `deno.json` file is used mainly as a task launcher. However I use [just](https://github.com/casey/just/blob/master/justfile) for all my task/commands. Since...

Recently I fixed SSR cache data not being HTML escaped within the HTML inline script for client side hydration in Ruck [v7.0.0](https://github.com/jaydenseric/ruck/releases/tag/v7.0.0): https://github.com/jaydenseric/ruck/commit/da7fb7d445128c22a32bd2f1fbf6fd5e1bc12886 Basically, if the JSON contains HTML it...

Material UI seems to not be fully supported. Importing @mui/material does some weird stuff to rendering and hot reloading seems to break the components.

This PR updates CONTRIBUTING.md to add coding & naming standards. Styling recommendations are derived from [Deno Style Guide](https://deno.land/manual/contributing/style_guide). **Note**: This is a very much a draft work-in-progress (WIP). Please suggest...

HI is there any way to do this? I didn't see anything on the docs. It's pretty useful when you have a lot of statics nodes which don't need reactivity...

enhancement
help wanted

Netlify Edge Functions use a Deno runtime (based on Deno Deploy), so it should be possible to deploy Ultra to it. There are [docs on integrating](https://docs.netlify.com/netlify-labs/experimental-features/edge-functions/create-integration/#app), but it boils down...

documentation
enhancement
help wanted

## Symptoms There is an annoying error message warning about relative import not in import map. ## Environment OS: Windows 11 Deno: ``` deno 1.22.2 (release, x86_64-pc-windows-msvc) v8 10.3.174.6 typescript...

bug