react-complete-guide-code icon indicating copy to clipboard operation
react-complete-guide-code copied to clipboard

Code snapshots and materials for our "React - The Complete Guide" course (https://acad.link/reactjs)

Results 83 react-complete-guide-code issues
Sort by recently updated
recently updated
newest added

This is a bug fix where the numbers are calculated as text causing a huge height in the Chart comparing to the other charts which leads decreasing the other charts...

As already stated in issue #18 the chartbar does not seem to be well calculated. The bar should represent the relative amount of expenses of each month in relation with...

Card button is not visible in the initial code hence updated the code

The attached js file looked like it was missing the wrapping div.

You haven't added the code you point out in the course

I fixed the spelling error in line 17 of the README.md file.

I fixed the spelling error on line 17 of the README.md file.

while using defer and Await from react-router-dom a instant redirect gives a error. Thats why i introduced this 1000 ms delay before redirecting.