UNPKG

radi

Version:

**Radi** is a tiny javascript framework.

10 lines (7 loc) 243 B
## State State is a plain JS object that describes your entire program. Data in it cannot be changed once created, it can only be updated with actions or `setState` method that is part of Component. ```js this.state = { name: 'John' } ```