You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Our Discord channel: discord.gg/reasonml',
'Wanna know how Reason compilation works under the hood? https://github.com/chenglou/intro-to-reason-compilation',
'The original Reactjs implementation was written in SML (cousin of OCaml). Writing in OCaml/Reason gives you such inspirations!',
'Ideas for Reason projects: https://github.com/chenglou/reason-project-ideas',
'bsb (the build system running under-the-hood) is just the Ninja build system (used by Chrome & Android) + bsc',
'If you see some type `Foo.t`, it\'s a convention that means "the Foo module\'s type. Whatever that means in context."',
'Blocked by Adblock Plus',
'Upper-cased word in OCaml/Reason are usually reserved for modules & Variants.',
'Reserved keywords such as `end` can\'t be used as identifiers. To bind to such JS keywords: http://bloomberg.github.io/bucklescript/Manual.html#_object_label_translation_convention',
'In this build system, make sure your file names doesn\'t start with an upper-case letter. It breaks the build for case-sensitive file systems.',
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: