My name is Simon Ugorji and I aspire to become a computer scientist.
I officially started my web development journey in the year 2020 as a backend web Developer and I have enjoyed the experience so far.
I spend my day coding, learning new topics, and figuring out the next article to share with the world.
Hiring, partnership, working on a side project & building market-demanding products
Great article! Thank you I noticed something though For vite-plugin-pwa Version ^0.14.4 the createPWA function was not found so I checked the file and saw VitePWA instead and I used it. Another thing though. If you are not using type: module in your package.json, in the pwa.config.js file, use the export keyword to export all properties that would be used to generate the manifest file I hope this helps someone
I noticed yesterday that the PHP function works so well if you're using it directly and not as an API using Ajax. If a form field is missing a value, it doesn't output the fields missing a value when building as an API with Ajax You will see some error about an unexpected token Well this is because it was built only to be used directly from your PHP script, not as an API. I have taken notice of this bug and will issue a fix soon.