A10 GUI Framework
Why do need to use A10's GUI framework
Setup Issues
How do I install?
npm i -S https://github.com/a10networks/a10-gui-framework.gitCoding issues
1.Coding Style
{
"editor.formatOnSave": true
}How do I use Redux with the framework?
1. Create action function
2. Create the reducer function
3. Store / call the reducer
4. Using the component
How do I use redux-observable in the framework?
1.install rxjs and redux-observable.
rxjs and redux-observable.2.Create epic functions
3. Collect all epic functions and then export it in epics/index.ts.
4.Provide the epics to A10Provider.
Can I use redux-thunk?
What are the benefits of using httpRequest?
Generic Error Handling
Request Cancellation
State Data Management
Last updated
Was this helpful?