Create a React app that demonstrates infinite scrolling.
- Use Git to track code changes.
- Push your code to
GitHubas a private repo.
| -- https://addyosmani.com/resources/essentialjsdesignpatterns/book/#observerpatternjavascript | |
| local M = {} | |
| -- Storage for topics that can be broadcast | |
| -- or listened to | |
| local topics = {} | |
| -- A topic identifier | |
| local sub_uid = 0 |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |