We are very excited to announce that our affiliate company Modularity AS has released a new application called Soundboard1! It is an online web application that allows users to easily create their own soundboard and customize with their own sounds. As it is a native web application, it uses some clever tricks to run smoothly
MonthSeptember 2021
Inject Adsense into Production React Application
Adsense is great and a very easy way to put ads in your web content. A problem I encountered however when developing single page applications (SPAs) with React is injecting it into the header of index.html. We have this script from Google Adsense that we have to inject inside the <header></header> tag: You could still