Category: React
componentdidmount called two times
Strict mode runs your Component twice to ensure reusability. By removing React strictMode tag from index.js. this can be solved.
Continue readingConfigure route in react
Install Reacr route Example code
Continue readingPWA project by react
We have run this command
Continue readingAxios sent OPTIONS request instead of POST method
Axios uses JSON as the default content type, the call was always going with a browser as a OPTIONS call
Continue readingRender large lists in React
1. Pagination Pagination allows you to render data in pages as opposed to rendering all the information at once. This
Continue readingReact in Digital Ocean server
To get a more recent version of Node.js you can add the PPA (personal package archive) maintained by NodeSource. This will have more
Continue readingReact tutorials
https://scrimba.com/g/glearnreact
Continue reading