You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently working on a custom app, where it has a button to create a new piece of content onClick.
When the onClick happens its field input data from microservices and other locations.
During this time I wanted to have a loading/progress state So I thought i would modify an
Screen.Recording.2021-12-10.at.09.19.05.mov
Some example code... I'm setting the progress bar with in state being bumped along inside an async function call (There's probably a better way to do this) :)
Forma 36 contribution proposal
Currently working on a custom app, where it has a button to create a new piece of content onClick.
When the onClick happens its field input data from microservices and other locations.
During this time I wanted to have a loading/progress state So I thought i would modify an
Screen.Recording.2021-12-10.at.09.19.05.mov
Some example code... I'm setting the progress bar with in state being bumped along inside an async function call (There's probably a better way to do this) :)