top of page
Search
The Tech Platform
Jan 5
Choosing the Right JavaScript Framework: A React vs Vue vs Angular Comparison
Ever wondered why JavaScript frameworks are a crucial element in web development? JavaScript frameworks are essential tools in web...
The Tech Platform
Apr 26, 2022
What is "Render Props" in React.JS?
Props in React are properties that are passed from a parent component to a child component. Basically, props are plain JavaScript...
The Tech Platform
Apr 18, 2022
34 UI Libraries For React, Vue And Angular
React: React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained...
The Tech Platform
Jan 4, 2022
Top 5 Frontend Web Frameworks
Frontend frameworks are the pioneer blocks of the software development process. But there are so many options to choose when it comes to...
The Tech Platform
Oct 26, 2021
The Difference Between Controlled and Uncontrolled Components in React
Controlled Component Controlled components in React are those in which form data is handled by the component’s state. Forms are used to...
The Tech Platform
Oct 8, 2021
How to Properly Architect Your React App
Atomic Components For more detail, Click here. Atoms are your smallest building block. These are simple UI elements, like inputs,...
The Tech Platform
Oct 1, 2021
How to get user IP address in React JS
1. Create a react project. npx create-react-app yourprojectname #o ryarn create react-app yourprojectname 2. Now install Axios on your...
The Tech Platform
Sep 1, 2021
React Native Interview Questions (with Answers)
How do you call a Web API in React Native? The following соde shows аn exаmрle оf hоw we саn call а Web АРI in Reасt Nаtive:...
The Tech Platform
Aug 2, 2021
Pure Components in React
Pure Components in React are the components which do not re-renders when the value of state and props has been updated with the same...
The Tech Platform
Jul 22, 2021
Building D3 interactive network graph D3 Force-Simulation + React + TypeScript
We can build very powerful network graphs using D3 Force Simulation library. In this blog, I have done same exercise but with React.js...
bottom of page