The Wayback Machine - https://web.archive.org/web/20220715163752/https://github.com/topics/functional-js
Here are
147 public repositories
matching this topic...
The code samples for Learning React by Alex Banks and Eve Porcello, published by O'Reilly Media
Updated
Jun 1, 2022
JavaScript
Updated
Jul 15, 2022
JavaScript
A Learning Path for Functional Programming
Updated
Jan 31, 2021
Clojure
FP library for JavaScript. Supports named-argument style methods.
Updated
Jan 31, 2022
JavaScript
Vue.js Functional Calendar | Component/Package
🦄 🌈 🍄 algebraic style composition for functional UIs
Updated
Apr 10, 2017
JavaScript
Torus is an event-driven model-view UI framework for the web, focused on being tiny, efficient, and free of dependencies.
Updated
Apr 26, 2022
JavaScript
Functional programming and category theory for everyday JavaScript development
Updated
Apr 10, 2019
JavaScript
Like Promise.all(array) but with an object instead of an array.
Updated
Oct 21, 2021
TypeScript
Examples with Functional JavaScript, following Professor Frisby's course
Updated
Mar 7, 2022
JavaScript
React Snake (Functional Style)
Updated
Jun 12, 2020
JavaScript
Updated
Nov 6, 2019
JavaScript
🌟 Library of helpers that are useful for functional programming
Updated
Jun 23, 2022
TypeScript
hooks for all the functions!
Updated
Apr 28, 2022
JavaScript
Archive the best resources surrounding the functional programming paradigm for JavaScript developers.
🕵️♀️ Light-weight observable implementation and functional utilities in TypeScript
Updated
Jun 22, 2022
TypeScript
Transformation graph for JS Objects, a powerful and declarative way to remap one Object in another.
Updated
May 1, 2020
JavaScript
Functions for tacit programming and functional types for TypeScript and JavaScript.
Updated
Jun 30, 2022
TypeScript
Functional react.js components.
Updated
Jul 14, 2019
JavaScript
🧱 Library of methods for maintaining immutable data structures
Updated
Jun 23, 2022
TypeScript
A small purely functional library of curried functions, with great piping possibilities!
Updated
Apr 28, 2022
JavaScript
🔁 Functional approach to React component reuse
Updated
Jun 27, 2022
JavaScript
A utility library to write code in functional programming style in Javascript
Updated
Jun 10, 2022
TypeScript
Updated
Sep 22, 2017
PureScript
Tiny goodies for Continuation-Passing-Style functions (OLDER VERSION), use instead the NEWER `cpsfy`
Updated
Feb 23, 2020
JavaScript
ESLint plugin for typescript to enforce fp-ts functions to avoid the most common javascript problems
Updated
Oct 30, 2021
JavaScript
Updated
Sep 30, 2019
JavaScript
⚙️ My personal collection of FP JavaScript functions!
Updated
Mar 20, 2018
JavaScript
Improve this page
Add a description, image, and links to the
functional-js
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
functional-js
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In Jozty/Fae#71, we had added lint to Deno config. To pass the CI/CD for sometime, we had added some of the rules to lint-exclude. We need to remove those one by one. In this issue, we will removing
ban-types
lint rule from the lint-exclude option.