Get the latest tech news
Observable Framework 1.9
JSX + React โ Framework now supports JSX rendered with React, ๐ providing a powerful new mechanism for implementing reusable stateful components. You can both write fenced code blocks (```jsx) and ...
Framework now supports JSX rendered with React, ๐ providing a powerful new mechanism for implementing reusable stateful components. In the future, weโd like to support interpolation into attributes<a href=${link}> and possibly raw text<textarea>${1 + 2}</textarea>; please upvote#32 if youโre interested in this feature. To escape an inline expression, resulting in the literal text${1 + 2}, place a backslash\ before either the dollar sign$ or left curly brace{:
Or read this on Hacker News