Anisur RahmanReact Native — Anti pattern while calling Component (ERROR, Solution & analysis)Use React way instead of Functional way of calling a Component.Sep 15, 20231Sep 15, 20231
InThe Andela WaybyJohn KaggaAuthenticate your chrome extension user through your web appThere are many ways to authenticate a user in a Chrome extension. In this article, we are going to look at how to send a JWTtoken to a…Oct 27, 20214Oct 27, 20214
Chant LongPerforming HTTP/HTTPS requests in a Chrome ExtensionWhen building a Chrome extension, you can make cross-site XMLHttpRequests via Content Scripts or the Background Page.Jan 23, 20175Jan 23, 20175
InBetter ProgrammingbyCode & CoinsThe Art of Using HTTP Requests in Your Chrome Extension’s Background ScriptOnly fire when ready (Manifest v3)Jan 17, 2023Jan 17, 2023
InLevel Up CodingbyHu ChenHow to use a background script to fetch data in a Chrome extensionIf you are not sure how to write a chrome extension, you may first have a look at my previous story How to use React.js to create a…Jul 8, 20196Jul 8, 20196
InBetter ProgrammingbyCode & CoinsHow To Write a Background Script For Chrome ExtensionCreate the connection between the user and the extension. (Manifest Version 3)Jan 13, 2023Jan 13, 2023