pokedex.js VS return-optics

Compare pokedex.js vs return-optics and see what are their differences.

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
pokedex.js return-optics
1 1
0 13
- -
3.5 10.0
10 months ago over 6 years ago
TypeScript Elm
- BSD 3-clause "New" or "Revised" 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.

pokedex.js

Posts with mentions or reviews of pokedex.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-28.
  • Solid.js feels like what I always wanted React to be
    17 projects | news.ycombinator.com | 28 Feb 2022
    I ran a profiling tool. I searched "zz" then deleted these.

    Deleting it caused a 120ms UI freeze (and I notice it :p):

    Profiling report: https://share.firefox.dev/3C3OhIq

    Given I had slightly more entries (a hundred more) and that I had way more node per entry, it led me with way worse performance.

    Instead of a plain list I have a little summary card per pokemon (which is why I have more node per entry).

    The naive implementation in Vue run flawlessly(sadly no preview):

    https://github.com/Kuinox/kuinox_pokedex/

    Note that the react implementation do weird thing because I tried to get around the issue without success.

return-optics

Posts with mentions or reviews of return-optics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-28.
  • Solid.js feels like what I always wanted React to be
    17 projects | news.ycombinator.com | 28 Feb 2022
    Yeah? I wrote something to deal with it too (https://github.com/toastal/return-optics) 5.5 years ago. You arguably chose the wrong data as `(model, Cmd msg, Maybe extMsg)` instead of `(model, Cmd msg, List extMsg)` which would give you more flexibility and still functions as a monoid on [] instead of Nothing, but allows multiple messages shrug. I tried this approach more recently and it involved me having to encode all of actions in a massive tree and then I still had issues with certain messages including now having to UUID all elements that that previously I didn't need to think about. It was a mess, but the best I could do with the tools at hand.

    If you compare this to Halogen (https://github.com/purescript-halogen/purescript-halogen/blo...) where you still have purity but can set up subscribers and listeners from any component. It's much easier to use and for some components like dialogs, it's much simpler. And this actually isn't the best example because with the latest Halogen, Portals (https://github.com/purescript-halogen/purescript-halogen/pul...) was introduced so you can launch a dialog on the spot instead of even needing to communicate between them at all.

What are some alternatives?

When comparing pokedex.js and return-optics you can also consider the following projects:

htm - Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.

solid-docs - Cumulative documentation for SolidJS and related packages.

Recoil - Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.