Advertisement Β· 728 Γ— 90

Posts by Limette

Preview
Deno 2.2: OpenTelemetry, Lint Plugins, node:sqlite Deno 2.2 adds built-in OpenTelemetry, a new linter plugin API, node:sqlite, and major improvements to deno check, deno lsp, and deno task.

Deno 2.2 is released!
OTEL, node:sqlite, linter plugins, and much more πŸ‘‡

deno.com/blog/v2.2

1 year ago 92 18 3 8
Post image Post image

I finished migrating my blog mariusvatasoiu.com to @limette.dev.

With this migration, I've also migrated from MongoDB to SQLite. And from Bootstrap to Tailwind.

Without any specific performance improvements, things look already better.

1 year ago 4 2 1 0
Preview
@limette/core - JSR @limette/core on JSR: The JavaScript full-stack framework for Web Components (Lit) and Deno.

πŸ“’ Limette πŸ‹β€πŸŸ©β€ 0.2.0 is out!

β–Έ Tailwind v4 by default
β–Έ Make Tailwind optional when creating a new project
β–Έ CLI spinner when starting/building a project

jsr.io/@limette/core

1 year ago 1 0 0 1

Next version of Limette will have support for @tailwindcss.com v4

1 year ago 0 1 0 0
Video

Added a little spinner when building/starting a Limette app.

1 year ago 2 1 0 0
Preview
Release 0.1.0 Β· limettejs/limette Added Added support for port and other Deno.serve() options Added support for target for JS assets Added ContextMixin to access the Context Added time duration for starting or building the app in ...

🐞 Refresh mechanism (dev mode) for pages with no JS
πŸ’… Time duration for starting or building the app
πŸ“„ More docs

github.com/limettejs/li...

2/2

1 year ago 1 0 0 0

πŸ“’ Limette πŸ‹β€πŸŸ©β€ 0.1.1 (incl. 0.1.0)

Biggest release so far.

πŸ†• New router under the hood
πŸ†• Support for Error Pages
πŸ†• ContextMixin to access the request Context
πŸ†• More configs for server
πŸ†• Tailwind as plugin
πŸ†• Config your "target" JavaScript version

1/2

1 year ago 2 1 1 0

πŸ“’ Limette πŸ‹β€πŸŸ©β€ 0.0.19

Two big new features added:

βœ… Layouts

βœ… Middlewares

1 year ago 2 0 0 1

Happy New Year! 🎊

1 year ago 0 0 0 0
Advertisement

πŸ“’ Limette πŸ‹β€πŸŸ©β€ 0.0.18

Server Components use Light DOM by default.

1 year ago 1 0 0 0
Preview
Data fetching | Limette docs Docs for Limette. Learn more about how you can get started, concepts and examples.

Just wrote a small guide on data fetching for @limette.dev
limette.dev/docs/concept...

1 year ago 4 2 0 0

πŸ“’ Limette πŸ‹β€πŸŸ©β€ 0.0.17 ✨

🏝️ Improved support for third-party self-registered islands

πŸͺŸ Support for Windows

πŸ› Return response status from a custom handler

1 year ago 3 0 0 1

<hello-bluesky>

1 year ago 164 15 11 6
Preview
Limette - The framework for Deno and Web Components Limette is a full-stack framework for Deno and Web Components through Lit, with support for SSR, island based architecture, TypeScript and Tailwind out of the box.

Lit + Deno γͺパタフレームワーク - limette limette.dev

1 year ago 8 3 0 0

It works πŸ‘Œ with @limette.dev, even with SSR.

Just add it to deno.json:

{
...,
"/islands/unpic": "npm:@unpic/lit@^0.0.30",
}

and then import it in your route:

import '/islands/unpic';

1 year ago 3 1 2 1
Preview
Roadmap 1.0 Β· Issue #20 Β· limettejs/limette This is a roadmap for Limette 1.0: Islands File based routing Tailwind support #21 #22 #23 #24 #25 #26 #27

Initial roadmap πŸ—ΊοΈ to 1.0
github.com/limettejs/li...

1 year ago 2 0 0 0
Advertisement
Post image Post image

πŸ“’ LimetteπŸ‹β€πŸŸ©β€ 0.0.16 ✨

🏝️ Islands are now resolved to the `imports` object from deno.json.

That means you can use third-party libraries (like Shoelace) without creating a dedicated island file for every component

πŸ’… @tailwindcss.com's version is now read from deno.json

1 year ago 1 0 0 1
Post image Post image

LimetteπŸ‹β€πŸŸ©β€ 0.0.15 ✨

🏝️ Islands are now identified only by the import path. No need to decorate them with an `island` attribute or the `<is-land>` wrapper

πŸ› `deno task build` was fixed (broken in the prev version)

1 year ago 1 0 0 1
Post image

LimetteπŸ‹β€πŸŸ©β€ 0.0.14 ✨

Islands are now CSR'ed by default with the opt-in option to SSR web components (when they can be SSR'ed)

Option to skip injecting Tailwind style

Now, you can use UI libraries like shoelace.style.

1 year ago 1 0 0 1
Post image

LimetteπŸ‹β€πŸŸ©β€ 0.0.13 ✨

Added support for `<lmt-head>` to control the head section per page

1 year ago 2 1 0 1