Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Js module is unstable #110

Open
davesnx opened this issue Dec 15, 2023 · 0 comments
Open

Js module is unstable #110

davesnx opened this issue Dec 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@davesnx
Copy link
Member

davesnx commented Dec 15, 2023

Many submodules of Js (server-reason-react.js) are unimplemented. They alert the user, and raise during runtime.

The Js module is (and probably always will be) not a great idea for SSR, all of this effort is a best-effort to mitigate most usages of it on react components. A universal stdlib is the way to go.

Nevertheless, we can do a lot of work to make the problem disapear.

This list are all the todos or wontfixes for those submodules:

  • Js.Re 🟠 Js.Re / [%re ...] problems #45
  • Js.Exn 🔴
  • Js.Array/Js.Array2 🟠
  • Js.String/String2 🟠
  • Js.Nullable/Js.Undefined 🟠
  • Js.Promise 🟢
  • Js.Date 🔴
  • Js.Dict 🟢 *
  • Js.Global 🔴
  • Js.Json 🔴
  • Js.Math 🔴
  • Js.Obj 🔴
  • Js.Float 🔴
  • Js.Option 🔴
  • Js.List 🔴
  • Js.Console 🟠

🟠 half-implemented
🔴 not-implemented
🟢 implemented

@davesnx davesnx added the bug Something isn't working label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant