Skip to content

Commit 6aad775

Browse files
committed
fix reactive analysis post metadata/links
Add reactive-analysis.mdx and align metadata with blog conventions (author/date, links).
1 parent 351cd71 commit 6aad775

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

markdown-pages/blog/reactive-analysis.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The result: analysis that completes in milliseconds for typical edits, even in l
3434

3535
### A Glimpse Under the Hood
3636

37-
The technology behind this comes from [Skip Labs](https://skiplabs.io), whose reactive programming primitives were designed for exactly this kind of incremental computation.
37+
The technology behind this comes from [SkipLabs](https://skiplabs.io), whose reactive programming primitives were designed for exactly this kind of incremental computation.
3838

3939
The analysis pipeline is built from composable operators:
4040

@@ -104,10 +104,11 @@ The `-timing` flag shows how much work the reactive system avoided on subsequent
104104

105105
## Acknowledgments
106106

107-
The reactive primitives are based on work by [Skip Labs](https://skiplabs.io). Their reactive collections library provides the foundation for glitch-free, incremental computation that makes real-time analysis possible.
107+
The reactive primitives are based on work by [SkipLabs](https://skiplabs.io). Their reactive collections library provides the foundation for glitch-free, incremental computation that makes real-time analysis possible.
108108

109109
---
110110

111111
We're excited to bring this to the ReScript community. Static analysis that runs continuously, in the background, without you having to think about it—that's the experience we're building toward.
112112

113-
Stay tuned for editor integration updates. And as always, we welcome feedback on [GitHub](https://github.com/rescript-lang/rescript) and [Discord](https://discord.gg/rescriptlang).
113+
Stay tuned for editor integration updates. And as always, we welcome feedback on [GitHub](https://github.com/rescript-lang/rescript) and on the [forum](https://forum.rescript-lang.org).
114+

0 commit comments

Comments
 (0)