Settings

Theme

Observable Framework 1.9

github.com

29 points by mbostock 2 years ago · 6 comments

Reader

simonw 2 years ago

The React support looks interesting, are there any examples available? I couldn't spot any in https://github.com/observablehq/framework/tree/main/examples

sebsebmc 2 years ago

Im still hoping that Typescript support comes soon!

  • mbostockOP 2 years ago

    Thanks for the feedback. We implemented the transform to strip TypeScript annotations (using esbuild)…

    https://github.com/observablehq/framework/pull/129

    but this approach stalled because it doesn’t implement validation of TypeScript: the TypeScript annotations are simply ignored. I felt this defeats the point of using TypeScript. We probably need to use tsc instead of esbuild to get type checking. Hints welcome!

BenoitP 2 years ago

React! This has been on my Christmas wish list since Observable was first published.

Thanks mbostock!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection