Further reading
The following are some useful links so that you can learn more about the topics that were covered in this chapter:
- ASP.NET Core startup:Â https://docs.microsoft.com/en-us/aspnet/core/fundamentals/startup
- ASP.NET Core web API controllers:Â https://docs.microsoft.com/en-us/aspnet/core/web-api
- Create React app:Â https://facebook.github.io/create-react-app/
- WebPack development server: https://webpack.js.org/configuration/dev-server/
- npm:Â https://docs.npmjs.com/
- JSX:Â https://reactjs.org/docs/introducing-jsx.html
- JavaScript module import:Â https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import
- JavaScript module export: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
- JavaScript fetch:Â https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
- JavaScript array map:Â https://developer.mozilla.org/en-US/docs/Web/JavaScript...