Higher Kinded Deno

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • hkts

    Discontinued Functional programming tools: option, either, task, state, optics, etc. (by nullpub)

  • Before diving into the nitty gritty of how hkts implements higher kinded types, how hkts handles type-class constructor lengths, or how one might implement Monad for These, I will begin at the end. This is to say, I will be starting with examples of how to use Option, Either, Task, and more. Then I will endeavor to explain what type classes like Functor, Monad, Traverse, and Monoid mean. Lastly, I'll get into the typescript abstractions that make hkts possible.

  • mostly-adequate-guide

    Mostly adequate guide to FP (in javascript)

  • If my examples are too foreign to you, or perhaps you want a primer on what functional programming even is, I'd recommend looking through Brian Lonsdorf's Mostly Adequate Guide to Functional Programming.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • static-land

    Specification for common algebraic structures in JavaScript based on Fantasy Land

  • My goal with hkts is two-fold. First, to learn more about functional programming by implementing some common type classes (specifically, the ones defined in the static-land spec). Second, to put together a pragmatic, easy to read/understand library of tools based on fp-ts, io-ts, and monocle-ts that are deno native.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Mostly adequate guide to Functional Programming (in JavaScript)

    1 project | news.ycombinator.com | 25 Jul 2023
  • FE devs, ceva sfaturi pentru un junior?

    2 projects | /r/programare | 11 Jul 2022
  • How do you run an effective clean code book club, and looking for homework ideas?

    1 project | /r/ExperiencedDevs | 10 Mar 2022
  • [AskJS] object oriented or functional , which one you guys oftenly use while writing code in vanilla JavaScript?

    1 project | /r/javascript | 15 Feb 2022
  • FP techniques that will help you write better JavaScript

    5 projects | news.ycombinator.com | 10 Feb 2022