purescript-inflist VS purescript-react-basic

Compare purescript-inflist vs purescript-react-basic and see what are their differences.

purescript-inflist

An infinitely nestable todo list written in PureScript + React (by dgopsq)

purescript-react-basic

An opinionated set of bindings to the React library, optimizing for the most basic use cases (by purescript-react)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
purescript-inflist purescript-react-basic
1 3
4 277
- 0.4%
0.0 0.0
about 1 year ago about 1 year ago
PureScript PureScript
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

purescript-inflist

Posts with mentions or reviews of purescript-inflist. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-13.

purescript-react-basic

Posts with mentions or reviews of purescript-react-basic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-13.
  • Inflist, an experiment using PureScript and React
    8 projects | dev.to | 13 May 2022
    First of all I had to choose what to use to manage the User Interface. I narrowed down to two modules: Halogen and react-basic-hooks (which is a “wrapper” of the unmaintained react-basic). I decided to go with react-basic-hooks just because I work with React on a daily basis and I wanted to understand its interoperability with PureScript. I will 10/10 try Halogen too in the next future since as far as I can see is the most famous and maintained in the PureScript community.
  • State of Scala.js frameworks
    14 projects | /r/scala | 5 May 2022
    There's also Purescript, which is sort of a Haskell for frontend. It has type classes, HKTs and so on and also has a very nice FFI. When it comes to UI libraries there is Halogen which I think is very well though out and allows for using tagless final approach. There's also react-basic but I haven't used that one myself.
  • Lumi is hiring Haskell/PureScript engineers (remote US/UK)
    2 projects | /r/haskell | 12 Mar 2022
    We use PureScript and React on the frontend and Haskell and Postgres on the backend. On the PureScript side, we use our own purescript-react-basic bindings, and purescript-lumi-components, a UI component library that we built and open-sourced. We get a lot of utility from PureScript’s type system, leveraging the compiler in order to ensure that we don’t get IDs for different entities mixed up, that all API calls are type correct, and that all form data is appropriately validated before it is used. On the Haskell side, we primarily use Servant and Esqueleto. We don’t expect candidates to have experience with all these things. We’d like to find engineers who are interested in learning more about these, and we’ll be happy to teach you.

What are some alternatives?

When comparing purescript-inflist and purescript-react-basic you can also consider the following projects:

Tailwind CSS - A utility-first CSS framework for rapid UI development.

purescript-halogen - A declarative, type-safe UI library for PureScript.

purescriptify - HTML to PureScript converter.

tyrian - Elm-inspired Scala UI library.

redux-saga - An alternative side effect model for Redux apps

diode - Scala library for managing immutable application model

purescript-react-basic-hooks - An implementation of React hooks on top of purescript-react-basic

purescript-routing - A clean, type-safe routing library for PureScript.

SlinkyDemos

fp-ts - Functional programming in TypeScript