Awesome Purescript Overview
A curation of awesome PureScript libraries, resources and shiny things.
🏠 Home · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 passy/awesome-purescript · ⭐ 418 · 🏷️ Programming Languages
awesome-purescript
A curated list of delightful libraries, tools and other shiny things for PureScript.
Build Tooling
- pulp (⭐448)
- psvm-js (⭐31) - PureScript Version Manager
- purescript-psa (⭐85) - A pretty, flexible error/warning reporting frontend for
psc
- grunt-purescript (⭐10)
- gulp-purescript (⭐34)
- purs-loader (⭐185) for webpack
- psc-package (⭐226) - A package manager for PureScript based on package sets
- spago (⭐677) - PureScript package manager and build tool powered by Dhall and package-sets
Preludes
- purescript-prelude (⭐155) - The standard Prelude.
- purescript-batteries (⭐30) - A PureScript prelude with more features.
UI Libraries
CSS:
- purescript-css (⭐103) - A clean, type-safe library for describing, manipulating and rendering CSS.
React-based:
- purescript-thermite (⭐353) - A simple wrapper for ReactJS inspired by
react-blaze
. - purescript-react (⭐386) - React bindings for PureScript
- purescript-react-basic (⭐269) - An opinionated set of bindings to the React library, optimizing for the most basic use cases.
- purescript-react-basic-hooks (⭐187) - An alternative way to define React components using React's "hooks" APIs. Compatible with
purescript-react-basic
. - purescript-pux (⭐567) - Build type-safe web apps with PureScript.
- purescript-spork (⭐152) - Elm-like for PureScript.
- purescript-concur (⭐254) - Concur UI framework. React backend, but can use others.
- purescript-presto (⭐179) - Write Apps like Mathematical Equations!
- purescript-optic-ui (⭐119) - Write single page web user interfaces declaratively and concisely with the help of lenses and traversals.
- purescript-react-explor (⭐88) - Experiments with comonads for modelling React UIs.
Virtual-DOM based:
- purescript-halogen (⭐1.4k) - A declarative, type-safe UI library.
- purescript-hedwig (⭐128) - Hedwig is a fast, type safe, declarative PureScript library for building web applications.
- purescript-flame (⭐259) - Flame is a fast & simple framework for building web applications in PureScript inspired by purescript-hedwig and Elm
Signals/Behaviors/FRP:
- purescript-flare (⭐285) - Applicative-style reactive user interfaces built on top of purescript-signal.
- purescript-turbine (⭐80) - Purely functional frontend framework powered by FRP.
- purescript-outwatch (⭐33) - A functional and reactive UI framework based on Rx and VirtualDom.
- purescript-panda (⭐68) - What would TEA look like if we had no VDOM?
- purescript-specular (⭐119) - A Reflex-Dom inspired UI library for PureScript.
- purescript-sdom (⭐161) - An experiment in replacing the virtual DOM and avoiding diffing.
- purescript-purview (⭐110) - A UI library based on the incremental lambda calculus.
URL Routers
- purescript-routing (⭐95) - A clean, type-safe routing library for PureScript.
- purescript-cofree-react-router (⭐24) - React-Router implemented in PureScript as Cofree Comonad for the Array functor.
- purescript-trout (⭐42) - Type-level routing for PureScript.
- purescript-boomboom (⭐5) - Never hard code your urls again. Boomboom them all!
- purescript-routing-duplex (⭐79) - Simple bidirectional parser/printers for your routing data types.
Components
- purescript-halogen-formless (⭐125) - A renderless component for building painless forms in Halogen
- purescript-halogen-select (⭐63) - Building blocks for common selection user interfaces like dropdowns, typeaheads, image pickers, and calendars.
- purescript-halogen-echarts (⭐8) - A Halogen integration for the popular ECharts charting library
- purescript-halogen-day-picker (⭐13) - A day picker for Halogen
- purescript-halogen-menu (⭐8) - Interactive menus in Halogen
Asynchronicity and Parallelism
- purescript-aff (⭐271) - An asynchronous effect monad for PureScript.
- purescript-affjax (⭐271) - An asynchronous AJAX library built using Aff.
- purescript-queue (⭐3) - An asynchronous queue library for PureScript.
- purescript-signal (⭐251) - An asynchronous signal library for PureScript, similar to Elm.
- purescript-zeta (⭐5) - An alternative signal implementation in PureScript.
Effect Management
- purescript-eff (⭐38) - The Eff monad, for handling native side effects.
- purescript-effect (⭐49) - The Effect monad, for handling native side effects in PureScript v0.12.x.
Json Serialization
- purescript-argonaut (⭐59) - Json encoding and decoding typeclasses.
- purescript-simple-json (⭐131) - Json encoding and decoding through Generics.
Binary Serialization
- purescript-arraybuffer (⭐6) - Bindings to the ArrayBuffer JavaScript type.
- purescript-arraybuffer-class (⭐5) - Typeclasses for ArrayBuffer encoding and decoding.
- purescript-arraybuffer-builder (⭐4) - Builder for serializing ArrayBuffer
- purescript-parsing-dataview (⭐3) - Parser for deserializing ArrayBuffer
- purescript-protobuf (⭐47) - Google Protocol Buffers
Testing
- purescript-test-unit (⭐86) - An asynchronous unit test runner for PureScript.
- purescript-quickcheck (⭐98) - An implementation of QuickCheck in PureScript.
- purescript-quickcheck-laws (⭐21) - Law tests for core classes.
- purescript-benchotron (⭐32) - Straightforward benchmarking for PureScript/JavaScript.
Learning Resources
- Video - "PureScript (Maybe This Time We Get JavaScript Right)" by Bodil Stokke
- Book - "PureScript by Example" by Phil Freeman
- Book (ish) - Jordan's Purescript Reference (⭐520)
- PureScript for Haskellers by Dennis Gosnell
- Podcast - Functional Geekery Episode 22
- Podcast - JSJ 189
- Course (egghead.io) - Functional Programming Concepts in Purescript
- Guide - Real World Halogen
Discovery
- Module Linker - Extension that lets you browse docs by just clicking on
import
declarations on GitHub. - Pursuit
Editor and IDE Plugins
See Editor and tool support (⭐7.9k)
Community
More Resources
- Purescript Ecosystem (⭐93) - Ranked list of popular libraries.
Contribute
Contributions welcome! Read the contribution guidelines first.
License
To the extent possible under law, Pascal Hartig has waived all copyright and related or neighboring rights to this work.