1. React
  2. React Amsterdam
  3. 2018
  4. How to “Reactify” Your Existing UI Components

How to “Reactify” Your Existing UI Components

Olga Petrova at React Amsterdam 2018

React is a component-based UI library that doesn’t provide any built-in components. Over the years companies and developers have invested a lot of time and money in development of UI components based on VanillaJS or various frameworks. Building components is time consuming, has integration and maintenance risks, and worst of all, distracts developers from the task at hand - actually building the application. In this presentation, you will learn how to quickly and easily “Reactify” your existing JavaScript components to use them in React applications.