...
2.) Add boilerplate files
Add three files: api.js
, index.js
, and state.js
.
3.) Add initial state
Here, in the state.js
, we are adding the initial state.
...
...
Add three files: api.js
, index.js
, and state.js
.
Here, in the state.js
, we are adding the initial state.
...