Introducing React View: A Set of Tools that Closes the Gap between Users, Developers - Vojtech Miksu
Find the latest React.js talks & workshops at https://portal.gitnation.org 🗓 Talk recording from React Summit 2020 Website - https://reactsummit.com/ To watch QnA with the speaker, follow the link → https://bit.ly/39VSL80 # Introducing React View: A Set of Tools that Closes the Gap between Users, Developers and Designers of Component Libraries So you built a component library. Congrats! I am sure it is awesome but did you put the same effort into its documentation? Component libraries tend to have giant APIs, dozens of components, hundreds of props and thousands of permutations. That is a lot of information to unpack. We could make the documentation very long or... super interactive. We combined component previews, API documentation, props editing and code editing into a single seamless experience. You can quickly explore various settings of each component while watching the code write itself. This talk will show you how to leverage common tools and concepts such as Prettier, babel and AST transformations to build the documentation that can literally work for you. Slides - https://docs.google.com/presentation/d/1eniROQoSzMWax1sliB9s_TMgKwn84xXfSXow1sJXesM/edit?usp=sharing