we help companies reach their financial and branding goals. Udgama is a values-driven technology agency dedicated.

Technology

Introduction to Next.js

Framework for building server-rendered React applications Next.js is a new framework for server-rendered React applications. Next.js is a react framework for building: Static websites Mobile web apps Desktop applications Enterprise Applications Lightweight Applications Why should we care about Next.js? It is easy to get started building a project with Next.js after installing all the required packages. It allows code-splitting. […]

Technology

Service Workers

A step towards progressive web apps The service worker is the core technology used in Progressive Web Applications. Without service workers, a website is just a website, just add a service worker, you now have an application. What is a Service Worker? A service worker is one type of web worker. It’s just a script file […]