Blog
See here the latest news from Unimedia Technology
React 18 Features – What’s new in the box?
React 18 new Features
Unimedia named as Tech Leaders by Clutch
Unimedia Technology Recognized by Clutch as a 2022 Spanish Leader in the B2B Space
Build a Simple CRUD App using React and Node
In this article, we will learn how to build a simple CRUD app with React.js, Node.js, and TailwindCSS. What Is a CRUD App? A CRUD App performs four basic app operations, namely Create, Read, Update and Delete. Many apps you interact with daily at the core...
PayPal Checkout Integration with React
In this article, we will learn how to integrate PayPal Checkout with React Hooks. However, if you prefer Stripe, here’s Stripe integration with React article we wrote. What is PayPal Checkout? PayPal checkout seamlessly integrates PayPal’s popular online...
Unimedia’s latest project, Zellar, goes live!
Unimedia is extremely excited about the latest project we’ve delivered - Zellar, the world's first sustainability platform! Zellar is a state-of-the-art platform designed to overcome the challenges of eco-accountability. The platform aims to make climate action...
A Quick Introduction to React Hooks
React Hooks are inbuilt React functions that allow developers to manage state and perform logical actions in a React function component.
Stripe Checkout Integration with React
This post will show you:
How to create a product in your Stripe dashboard.
Integrate that product in our React js checkout component
Successfully communicate with our server and redirect to the Stripe Checkout page.
Angular 12: Features, Deprecations & Migration
In this post, We are going to discuss, the new features in the latest release Angular 12, deprecated APIs and migration form 11 Features: Nullish Coalescing: Nullish Coalescing first was introduced in Typescript & developers were able to write the code with more...
Realtime with serverless using Websocket in AWS
Hello everyone, So today we are going to discuss about implementing websocket with serverless by using Node.js with Typescript for realtime communication. If you try to search it on internet, you will find pieces of implementation details but nothing concrete is...
Stripe checkout page using Stripe Elements
Stripe checkout using Stripe Elements