This talk has been presented at React Day Berlin 2023, check out the latest edition of this React Conference.
Video: Hacking JSX: Building in Minecraft with React
The video discusses how to create builds in Minecraft using JSX, a syntax extension for JavaScript that looks like HTML. It highlights the benefits of using JSX for building a custom DSL, noting its familiarity and the ability to leverage existing tooling. The apply build function converts JSX builds into game elements, similar to mounting a React tree to an HTML DOM element. JSX can be used outside of React by creating custom handlers to replace React.createElement(). The video also explains how bun supports real-time rendering of builds defined in JSX. It concludes by encouraging viewers to share their JSX creations and provides a link to the source code on GitHub. Key topics include JSX syntax, JSX transpilation, custom DSLs, JSX in Minecraft, and bun tool usage.
Check out more articles and videos
We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career
Comments