← All Articles

Creating a Chrome Extension with React

52K+ Views | 300+ Claps

A step-by-step guide to building a Chrome extension using React

2021-02-05less than a minute read
Creating a Chrome Extension with React

Anyone who has worked with API has faced the CORS error anytime while attempting a request. For anyone unaware CORS refers to ‘Cross-Origin Resource Sharing’ and it is essentially how the server filters out requests from an origin other than itself.