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
> ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript. It comes with a lightning fast compiler toolchain that scales to any codebase size.
4
+
5
+
## Documentation Sets
6
+
7
+
- [Complete documentation](https://rescript-lang.org/llms/manual/<VERSION>/llm-full.txt): The complete ReScript documentation including all examples and additional content
8
+
- [Abridged documentation](https://rescript-lang.org/llms/manual/<VERSION>/llm-small.txt): A minimal version of the ReScript documentation, with the essential content for quick reference
9
+
10
+
## Individual Package Documentation
11
+
12
+
- [ReScript React documentation](https://rescript-lang.org/llms/react/latest/llms.txt): This is the developer documentation for ReScript React.
13
+
14
+
## Notes
15
+
16
+
- The abridged documentation excludes the detailed examples, and supplementary information
17
+
- The complete documentation includes all content from the official documentation
18
+
- Package-specific documentation files contain only the content relevant to that package
19
+
- The content is automatically generated from the same source as the official documentation for the specific version
> ReScript React is a strongly typed interface for React, designed to integrate seamlessly with modern React (>= v18.0) while compiling to idiomatic JavaScript, enabling robust and scalable React applications.
4
+
5
+
## ReScript React Documentation
6
+
7
+
- [Complete documentation](https://rescript-lang.org/llms/react/<VERSION>/llm-full.txt): The complete ReScript React documentation including all examples and additional content
8
+
- [Abridged documentation](https://rescript-lang.org/llms/react/<VERSION>/llm-small.txt): A minimal version of the ReScript React documentation, with the essential content for quick reference
9
+
10
+
## Language Documentation
11
+
12
+
- [ReScript documentation](https://rescript-lang.org/llms/manual/latest/llms.txt): This is the developer documentation for ReScript.
13
+
14
+
## Notes
15
+
16
+
- The abridged documentation excludes the detailed examples, and supplementary information
17
+
- The complete documentation includes all content from the official documentation
18
+
- Package-specific documentation files contain only the content relevant to that package
19
+
- The content is automatically generated from the same source as the official documentation for the specific version
0 commit comments