9 ms·
Observable Framework 1.9
- simonw 2y agoThe React support looks interesting, are there any examples available? I couldn't spot any in https://github.com/observablehq/framework/tree/main/examples https://github.com/observablehq/framework/tree/main/examples
- mbostock 2y agoCurrently the only examples are here: https://observablehq.com/framework/jsx https://observablehq.com/framework/jsx
- deleted 2y ago[deleted]
- sebsebmc 2y agoIm still hoping that Typescript support comes soon!
- mbostock 2y agoThanks for the feedback. We implemented the transform to strip TypeScript annotations (using esbuild)… https://github.com/observablehq/framework/pull/129 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 2y agoReact! This has been on my Christmas wish list since Observable was first published. Thanks mbostock!