- React
- ReactEurope
- 2020
- Building a Design Tool for React in React
Building a Design Tool for React in React
Learn how BuilderX, a Design Tool in TypeScript and React that generates React & React Native code, was built.
Sanket Sahu at ReactEurope 2020
I built a Design Tool in TypeScript and React that generates React & React Native code. It's called BuilderX. The talk is going to cover how I built it and how any React dev can build it too. The architecture was rebuilt many times using famous libraries before we found a stable solution. The busy worker thread is decoupled from React and it is heavily based on Object-Oriented Concepts (Command Pattern).