Skip to content
This repository was archived by the owner on Mar 25, 2020. It is now read-only.
Johan Sundén edited this page Nov 4, 2016 · 6 revisions

Dashboard.Agent

The Agent class is not a React Component. Both of the Application and Widget class extends React. Therefore none of the React Component Lifecycle functions is available.

What do I use it for

The Agent class is where you handle all the communication with backends and other data logic. It's like the M in MV*

Clone this wiki locally