awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

21 dépôts

Awesome GitHub RepositoriesUI Libraries

Explore 21 awesome GitHub repositories matching part of an awesome list · UI Libraries. Refine with filters or upvote what's useful.

Awesome UI Libraries GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • slamdata/purescript-halogenAvatar de slamdata

    slamdata/purescript-halogen

    1,586Voir sur GitHub↗

    Halogen is a type-safe library for building user interfaces in PureScript.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗1,586
  • alexmingoia/purescript-puxAvatar de alexmingoia

    alexmingoia/purescript-pux

    568Voir sur GitHub↗

    Build type-safe web applications with PureScript. Documentation | Examples | Chat

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗568
  • purescript-contrib/purescript-reactAvatar de purescript-contrib

    purescript-contrib/purescript-react

    410Voir sur GitHub↗

    Low-level React bindings for PureScript. For a higher-level library for working with React, please see react-basic repository (which includes a package for working with React Hooks).

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗410
  • paf31/purescript-thermiteAvatar de paf31

    paf31/purescript-thermite

    349Voir sur GitHub↗

    purescript-thermite is a PureScript wrapper for purescript-react. It does not provide all of the functionality of React, but instead provides a clean API to the most commonly-used parts of its API. It is possible to use purescript-react for more specialized use cases.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗349
  • easafe/purescript-flameAvatar de easafe

    easafe/purescript-flame

    319Voir sur GitHub↗

    Fast & simple framework for building web applications

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗319
  • lumihq/purescript-react-basicAvatar de lumihq

    lumihq/purescript-react-basic

    287Voir sur GitHub↗

    There's a brief section on getting started below. For a more complete guide, check out the React Basic ~docs! (work in progress)~ (sorry, not sure when the docs will be done but here's a "real world" example app which is a great starting point! jonasbuntinx/purescript-react-realworld -- I also…

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗287
  • sharkdp/purescript-flareAvatar de sharkdp

    sharkdp/purescript-flare

    285Voir sur GitHub↗

    Flare is a special-purpose UI library for PureScript. It is built on top of purescript-signal and uses Applicative-style programming to combine predefined input fields to a reactive user interface. Flare is inspired by the Haskell library typed-spreadsheet. The main design-criterion of this…

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗285
  • ajnsit/purescript-concurAvatar de ajnsit

    ajnsit/purescript-concur

    271Voir sur GitHub↗

    Purescript Concur

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗271
  • juspay/purescript-prestoAvatar de juspay

    juspay/purescript-presto

    241Voir sur GitHub↗

    Write apps like equations!

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗241
  • spicydonuts/purescript-react-basic-hooksAvatar de spicydonuts

    spicydonuts/purescript-react-basic-hooks

    203Voir sur GitHub↗

    react-basic-hooks is a React hook API for react-basic.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗203
  • paf31/purescript-sdomAvatar de paf31

    paf31/purescript-sdom

    162Voir sur GitHub↗

    An experiment in replacing the virtual DOM and avoiding diffing.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗162
  • natefaubion/purescript-sporkAvatar de natefaubion

    natefaubion/purescript-spork

    155Voir sur GitHub↗

    An Elm-like for PureScript. No npm dependencies required.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗155
  • restaumatic/purescript-specularAvatar de restaumatic

    restaumatic/purescript-specular

    133Voir sur GitHub↗

    Specular is a library for building Web-based UIs in PureScript, based on Functional Reactive Programming (FRP).

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗133
  • utkarshkukreti/purescript-hedwigAvatar de utkarshkukreti

    utkarshkukreti/purescript-hedwig

    130Voir sur GitHub↗

    Hedwig is a fast, type safe, declarative PureScript library for building web applications.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗130
  • zrho/purescript-optic-uiAvatar de zrho

    zrho/purescript-optic-ui

    122Voir sur GitHub↗

    Optic UI (v2)

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗122
  • paf31/purescript-purviewAvatar de paf31

    paf31/purescript-purview

    112Voir sur GitHub↗

    A proof-of-concept UI library based on the incremental lambda calculus.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗112
  • slamdata/purescript-cssAvatar de slamdata

    slamdata/purescript-css

    108Voir sur GitHub↗

    A type-safe library for describing, manipulating, and rendering CSS.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗108
  • paf31/purescript-react-exploreAvatar de paf31

    paf31/purescript-react-explore

    90Voir sur GitHub↗

    Experiments with comonads for modelling React UIs, based on the paper Declarative UIs are the Future - And the Future is Comonadic!.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗90
  • funkia/purescript-turbineAvatar de funkia

    funkia/purescript-turbine

    82Voir sur GitHub↗

    A purely functional library for building user interfaces powered by FRP.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗82
  • i-am-tom/purescript-pandaAvatar de i-am-tom

    i-am-tom/purescript-panda

    70Voir sur GitHub↗

    Panda is a PureScript UI library for building declarative front-ends without a virtual DOM. To achieve this, dynamic events are specifically labelled and configured to produce specific event listeners, and updates are localised to the tree underneath.

    Listed in the “UI Libraries” section of the Awesome Purescript awesome list.

    PureScript
    Voir sur GitHub↗70
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. More to explore
  4. UI Libraries