
Blog
Vegeu aquí les darreres notícies de 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...

Using Redux with Angular
Today we are going to learn how to introduce on using REDUX State management in an Angular Web Application with the NGRX library REDUX equivalent for Angular is NGRX. We will see each building blocks of NGRX step by step Source: https://ngrx.io/ Store The Store is a...

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...

Angular vs React
This post does a brief comparation between the 2 most popular web development frameworks
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...

Build Chat App using AWS Amplify with Angular
This article is to explain how to build a real time application very rapidly using AWS Amplify with Angular.

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.