-
Updated
Oct 6, 2021 - JavaScript
{{ message }}
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
OOP is better with stamps: Composable object factories.
The best way to build animation compositions for React.
One music sequencer for all major platforms, desktop and mobile
layerJS: Javascript UI composition framework
Functional Programming Library for C++. Write concise and readable C++ code.
Composable state primitives for JavaScript
Physical representation of layout composition to create declarative responsive layouts in React.
Windows Composition Samples the place for getting the latest code samples and demos using Windows.UI.Xaml and Windows.UI.Composition to make beautiful Universal Windows Platform applications.
[BUGFIXES ONLY, SUPPORT WILL DROP MAR 1, 2021] Injecting composition effects into Electron applications!
A deep learning model for style-specific music generation.
A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
Composition over inheritance for Android components like Activity or Fragment
React / Redux action composition made simple http://salsita.github.io/prism/
Github repository for the paper End-to-end Animal Image Matting
An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
Strong Dynamically Typed Object Modeling for JavaScript
Elegant and composable validations
A fool's scriptum on functional programming
A Flock of Functions: Combinators, Lambda Calculus, & Church Encodings in JS
Add a description, image, and links to the composition topic page so that developers can more easily learn about it.
To associate your repository with the composition topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I'm on my fourth project using Crocks and I keep reaching for the same function
getPropOrError(andgetPathOrError). Instead of me releasing my own library, or copy/pasting the function around I think it would be good to have this in the standard library.Describe the solution you'd like
`getPropOrError :: String -> a