Skip to content

Posts under CRA

How to implement dark mode in React
How to implement dark mode in React
Abhishek EH | Aug 29, 2020 | 9 Min Read
Guide on how to implement dark mode in React using a custom hook, how the user preference can be stored in local storage, and how the page can be loaded with the theme from the system settings.
Read More
How to deploy React Application build files to external CDN
How to deploy React Application build files to external CDN
Abhishek EH | Jul 2, 2020 | 2 Min Read
Guide on how to set an external CDN URL as the path for storing static files generated using create-react-app, to improve page load speeds
Read More
© 2023 CodingDeft.Com