Skip to content

Commit 15e5bd1

Browse files
cristianocclaude
andcommitted
Update reactive analysis post with monorepo support and simplified instructions
- Add monorepo support bullet point under "For Developers" - Rewrite "Try It Today" section with version requirements and simple editor workflow - Add link to Dead Code Analysis documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ff5eaf1 commit 15e5bd1

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

markdown-pages/blog/reactive-analysis.mdx

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The reactive analysis infrastructure is landing now. Here's what it enables:
6363
### For Developers
6464

6565
- **Editor integration** (coming soon): Dead code warnings that update as you type
66+
- **Monorepo support**: The analyzer now works correctly in monorepo setups, running from the workspace root with proper binary lookup
6667
- **Faster CI analysis**: Incremental runs are dramatically faster than full runs
6768
- **Immediate feedback loop**: See the impact of your changes instantly
6869

@@ -87,20 +88,15 @@ The goal is an editor experience where the tooling _keeps up with you_—no wait
8788

8889
## Try It Today
8990

90-
The reactive analyzer is available now in the development builds:
91+
**Requirements:**
9192

92-
```bash
93-
# Clone and build
94-
git clone https://github.com/rescript-lang/rescript
95-
cd rescript
96-
make lib
93+
- ReScript compiler >= 12.1.0
94+
- VSCode or Cursor with rescript-vscode extension >= 1.74.0 (upcoming release)
9795

98-
# Run with timing info
99-
cd your-project
100-
path/to/rescript-editor-analysis reanalyze -dce -config -reactive -timing
101-
```
96+
1. Start the build watcher (accept the prompt when opening a ReScript file, or run **"ReScript: Start Build"**)
97+
2. Run **"ReScript: Start Code Analyzer"**
10298

103-
The `-timing` flag shows how much work the reactive system avoided on subsequent runs. You can also use `-runs N` to benchmark multiple iterations.
99+
Dead code warnings will appear in your editor and update automatically as you save files. For configuration options and usage details, see the [Dead Code Analysis guide](../docs/manual/editor-code-analysis.mdx).
104100

105101
## Acknowledgments
106102

0 commit comments

Comments
 (0)