Introduction

Study how to use the React components with Transcrypt.

React components modules

Components are functions that return elements created with the React.createElement() method. While it is possible to have our entire application built within one component function, most applications of any complexity would benefit from using multiple components, where the application is broken up into logical blocks of functionality.

Example

In creating ...