• Home
  • Categories
  • Pricing
  • Submit
    Built with
    Ever Works
    Ever Works

    Connect with us

    Stay Updated

    Get the latest updates and exclusive content delivered to your inbox.

    Product

    • Categories
    • Pricing
    • Help

    Clients

    • Sign In
    • Register
    • Forgot password?

    Company

    • About Us
    • Admin
    • Sitemap

    Resources

    • Blog
    • Submit
    • API Documentation
    All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
    Copyright © 2025 Ever. All rights reserved.·Terms of Service·Privacy Policy·Cookies
    Decorative pattern
    Decorative pattern
    1. Home
    2. Themed Directories
    3. Awesome Functional Programming in JavaScript

    Awesome Functional Programming in JavaScript

    An Awesome list of libraries and resources for functional programming in JavaScript.

    Awesome Functional Programming in JavaScript

    URL: https://github.com/stoeffel/awesome-fp-js#readme
    Category: Themed Directories
    Tags: JavaScript, Functional Programming, Developer Tools

    Overview

    Awesome Functional Programming in JavaScript is a curated GitHub directory of libraries, tools, and learning resources for doing functional programming (FP) in JavaScript. It helps developers use JavaScript’s functional features more effectively by collecting FP-focused code, articles, books, and examples in one place.

    Features

    Core Focus

    • Curated list specifically dedicated to functional programming in JavaScript.
    • Emphasis on side-effect free functions, immutable data, and expression-based code.
    • Aimed at using JavaScript’s multi-paradigm capabilities in a functional style.

    Library Directory

    • Collection of functional programming libraries for JavaScript.
    • Includes common FP constructs such as:
      • pipe()
      • Maybe
      • Result
    • Tagging system for entries, allowing annotations like:
      • -TS (likely indicating presence/absence of TypeScript typings)
      • -CT (another filter tag mentioned in the list)
    • Tags are designed to help filter libraries for specific needs (e.g., TypeScript users).

    Data Structures

    • Section dedicated to functional data structures for writing performant FP-style code.
    • Focus on choosing the right structure to enable efficient and idiomatic functional patterns.

    Algebraic Data Types (ADTs)

    • Section covering algebraic data types and related concepts, including common variants:
      • undefined
      • null
      • Either
      • Maybe
      • Result
      • Ok
      • Err
    • Encourages using mathematically grounded abstractions instead of ad-hoc designs.

    Lenses

    • Section for lenses and related optics tools for immutable data manipulation.

    Functional Languages that Compile to JavaScript

    • Directory of functional-first languages and projects that compile to JavaScript.
    • Useful for exploring FP beyond plain JS while still targeting the JS ecosystem.

    Programming Tools

    • Section for developer tools that support or enhance functional programming workflows in JavaScript.

    Learning Resources

    Books

    • Curated list of books on functional programming concepts and their application in JavaScript.

    Articles

    • Collection of articles covering FP patterns and abstractions in JS.
    • Mentions topics/constructs such as:
      • Maybe
      • Either
      • Validation

    Videos

    • Section for video resources (talks, lectures, tutorials) on FP in JavaScript.

    Examples and Exercises

    • Practical section with examples and exercises demonstrating FP techniques such as:
      • map
      • filter
      • concatAll
      • reduce
      • zip

    Community & Meta

    • Contribution guidelines for adding new libraries and resources.
    • Code of conduct file in the repository to define community expectations.
    • Related lists section pointing to other curated collections in the broader FP ecosystem.
    • Talk section for references to conferences or presentations related to FP in JS.

    Pricing

    • This is an open-source GitHub repository and curated list.
    • Cost: Free to access and use.

    License

    • Licensed under CC0 (public domain dedication), as indicated by the CC0 badge and license reference in the repository.
    Surveys

    Loading more......

    Information

    Websitegithub.com
    PublishedDec 25, 2025

    Categories

    1 Item
    Themed Directories

    Tags

    3 Items
    #javascript#functional-programming#developer-tools

    Similar Products

    6 result(s)

    30 Seconds of Code

    An Awesome-style collection of short, easy-to-understand JavaScript code snippets you can grasp in 30 seconds.

    Awesome Deno

    A curated list of libraries, tools, and resources for Deno, a secure runtime for JavaScript and TypeScript built on V8 and Rust.

    Awesome Imba

    A curated Awesome list of Imba language resources, including libraries, tools, and learning materials for building performant JavaScript applications.

    Awesome Network JS

    A curated Awesome list of JavaScript resources and libraries focused on networking and HTTP/network layers.

    Awesome Promises

    A curated list of useful JavaScript resources, libraries, and tools for working with Promises, as part of the Awesome collection.

    Awesome Meteor

    A curated, community-driven list of awesome Meteor packages, libraries, resources, and related tools, serving as an index of high-quality resources in the Meteor ecosystem.