Walkthrough and React Fundamentals:
Initialize app
In src/index.jsx
comment out lines 17-34, and replace with:ReactDOM.render(<div>Hello World</div>, document.getElementById('root')
Fetch data from a variety of devstack apis
...
Initialize app
In src/index.jsx
comment out lines 17-34, and replace with:ReactDOM.render(<div>Hello World</div>, document.getElementById('root')
Fetch data from a variety of devstack apis
...