A collection of awesome things regarding the Haskell miso 🍜 ecosystem.
- Miso
- Miso Native
- Contribution
- miso-ui - Ready-to-use basecoatui components.
- Miso.State - Regular
MonadState
model management (modify
,put
,get
, etc.). - Miso.Lens - Simple,
Lens
-based state management (.=
,%=
). - Miso.Lens.TH - Automatic deriving of
Lens
usingtemplate-haskell
metaprogramming. - Miso.Fetch - Easy AJAX / Fetch API support.
- servant-client-js - Servant-style Fetch API support.
- miso-ui - Tailwind CSS ShadCN-based styling, uses Basecoat UI
- servant-miso-router - Declarative
servant
-style routing formiso
. - Miso.Router - Generics-based default router shipped with
miso
.
- jsaddle - Hot-reload support when developing
miso
applications. - miso-from-html - Convert HTML into miso
View
syntax. - bun - Bundler and JS runtime.
- miso-lynx - A Renderer for integrating with LynxJS.org
- SVG - An example of using
SVG
with miso - Miso.Canvas - A 2D Canvas library implementation.
- three.hs - Haskell jsaddle bindings to three.js
- three-miso - Haskell miso integration w/ three.hs
- haskell-miso.org - Haskell miso project main site.
- Blimp Co - Example Blimp company website
- Miso Examples
Please feel free to add more !