Skip to content
#

bucklescript

Here are 333 public repositories matching this topic...

peterpme
peterpme commented May 4, 2020

A lot of folks have been asking about a documented ReasonReact API

  • mentioning stuff that's going away / deprecated
  • going through the API and at a high level, talking about each function.

There are curried versions of that function, but we should talk about them under each top level, for example:

  • useEffect
    talk about useEffect0, useEffect1, etc, here
  • useState
thangngoc89
thangngoc89 commented Aug 4, 2019

Relevant issue: jsdelivr/jsdelivr#18166


Update

So apparently jsdelivr will minify the main entry file and add .min. in its name. Since we check for the name. And the minified file could saves a lot of bytes and improve parsing speed for the bundler.

So we would save this default file provided by jsdelivr, check with what's provided in main field

tsnobip
tsnobip commented Apr 4, 2020

I've noticed that there is an interface file for the bindings which is not very common. I just briefly looked at the implementation and interface files and I couldn't see any functions or modules hidden by the interface files, maybe it could be removed altogether and the documentation transferred to the implementation file?

If you prefer to keep the interface file, then it'd be nice to copy th

andywhite37
andywhite37 commented May 24, 2019

Just some ideas to reorganize the README in the docs.

  • Put more useful info front & center - like what core modules we provide, and a brief explanation of what each module does
  • move questions to a FAQ section (even though nobody is actually asking these questions)
  • move other fluff content to an appropriate place (or delete)
  • organize developer & contributor info in its own section

T

gugahoa
gugahoa commented Jun 6, 2019

Hello, everyone!
There's this great tool called redoc that could benefit the project.
It generates a good looking documentation website using implementation files and docblocks.

I see two main benefits in adopting it:

  • Nice searchable documentation to refer to future users
  • Increase the amount of documentation inside the code for future contributors
DrYSG
DrYSG commented Feb 19, 2020

Windows 10, esy V 0.6.2, running as ADMIN.

D:\CRIME\fullstack-reason>esy install
info install 0.6.2 (using esy.json)
.... fetching yarn-pkg-config@github:esy-ocaml/yarn-pkg-config#cca65f99674ed2d954d28788edeb8c57fada5ed0
.... fetching @opam/conf-libssl@archive:https://github.com/openssl/openssl/archive/OpenSSL_1_1_1d.tar.g
.... fetching @opam/multipart-form-data@github:cryptosense/mult

Improve this page

Add a description, image, and links to the bucklescript topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bucklescript topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.