React 18 Features – What’s new in the box?
![React 18](https://www.unimedia.tech/wp-content/uploads/2023/12/react18-e1646738995593-4.png)
React 18 new Features
Build a Simple CRUD App using React and Node
![react and node](https://www.unimedia.tech/wp-content/uploads/2023/12/Blogging-Tips-LinkedIn-Post-Header-3-8.png)
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 perform these basic tasks. Take Instagram, for example. You […]
PayPal Checkout Integration with React
![paypal](https://www.unimedia.tech/wp-content/uploads/2023/12/3-1-4.png)
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. You may also be interested in: “Unimedia’s latest project, Zellar, goes live!” What is PayPal Checkout? PayPal checkout seamlessly integrates PayPal’s popular online payments system into your Web […]
A Quick Introduction to React Hooks
![react unimedia](https://www.unimedia.tech/wp-content/uploads/2023/12/4-1-4.png)
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
![stripe + react](https://www.unimedia.tech/wp-content/uploads/2023/12/react-8.png)
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
![angular 12 release update](https://www.unimedia.tech/wp-content/uploads/2023/12/Copy-of-websocket-serverless-ts-4-1024x603.png)
In this post, We are going to discuss, the new features in the latest release Angular 12, deprecated APIs and migration form 11 You may also be interested in: “Realtime with serverless using Websocket in AWS” Features: Nullish Coalescing: Nullish Coalescing first was introduced in Typescript & developers were able to write the code with […]
Realtime with serverless using Websocket in AWS
![implement websockets wtih serverless](https://www.unimedia.tech/wp-content/uploads/2023/12/websocket-serverless-ts-4-1024x603.png)
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 available. So, here I am building a full fledged websocket ecosystem with all the […]
Stripe checkout page using Stripe Elements
![Stripe checkout page using Stripe Elements](https://www.unimedia.tech/wp-content/uploads/2023/12/Stripe-checkout-page-using-Stripe-Elements-8-1024x603.png)
Stripe checkout using Stripe Elements
Using Redux with Angular
![How to Implement NGRX State Management in Angular Web Application](https://www.unimedia.tech/wp-content/uploads/2023/12/How-to-Implement-NGRX-State-Management-in-Angular-Web-Application-4-1024x603.png)
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. You may also be interested in: “Unimedia named as Tech Leaders by Clutch” In addition, our team of developers are experts in creating custom software according […]
Implement Authentication in Angular using AWS Amplify
![Authentication using AWS Amplify](https://www.unimedia.tech/wp-content/uploads/2023/12/Authentication-using-AWS-Amplify-4-1024x603.png)
This article is about how to implement Authentication in an Angular using AWS amplify within a very short period of time. As a specialized development company, we offer the services of custom software and dedicated team to help our customers in this kind of implementations. So, as we saw in previous article, AWS Amplify is […]
Build Chat App using AWS Amplify with Angular
![Chat with Angular AWS](https://www.unimedia.tech/wp-content/uploads/2023/12/aws-amplify-angular-1-1-4-1024x603.png)
This article is to explain how to build a real time application very rapidly using AWS Amplify with Angular.
Angular versus React
![angular vs react](https://www.unimedia.tech/wp-content/uploads/2023/12/angular-vs-react-1-5.png)
This post does a brief comparation between the 2 most popular web development frameworks