purescript-react-basic VS SlinkyDemos

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

purescript-react-basic

An opinionated set of bindings to the React library, optimizing for the most basic use cases (by purescript-react)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
purescript-react-basic SlinkyDemos
3 2
277 29
0.0% -
0.0 4.9
about 1 year ago 3 months ago
PureScript Scala
Apache License 2.0 MIT License
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-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.

SlinkyDemos

Posts with mentions or reviews of SlinkyDemos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-05.
  • State of Scala.js frameworks
    14 projects | /r/scala | 5 May 2022
    Given that you want interoperability with js, I'd start by playing with https://scalablytyped.org/, then, play with the scalajs-react demos (https://github.com/ScalablyTyped/ScalaJsReactDemos) and the slinky demos (https://github.com/ScalablyTyped/SlinkyDemos). There are some libraries that scalablytyped doesn't support pretty well but you can leverage https://github.com/nafg/scalajs-facades for those.
  • Scala 2.13 on Android (with GraalVM and Gluon Mobile)
    6 projects | /r/scala | 3 Jan 2021
    See for instance this demo source, deployed through expo, which uses a bunch of third party libraries like antd component library, react router, web view, custom fonts, playing audio, etc.

What are some alternatives?

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

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

diode - Scala library for managing immutable application model

tyrian - Elm-inspired Scala UI library.

bug - Scala 2 bug reports only. Please, no questions — proper bug reports only.

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

ScalaJsReactDemos

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

Laminar - Simple, expressive, and safe UI library for Scala.js

fp-ts - Functional programming in TypeScript