This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| # Clean UI programming in a vacuum | |
| This app was written for Chapter 19 in the 3rd edition of Eloquent | |
| JavaScript—it aims to demonstrate modern UI programming without | |
| depending on a specific framework or library. | |
| Its convention is that components have an interface like this: | |
| ``` |