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...
Manpreet Singh
Feb 28, 2022
Create Radio Buttons and Checkboxes with Fluent UI React in SharePoint Framework
In this tutorial, we will walk through the process of creating an SPFx web part. We will incorporate the Fluent UI choice group and...
The Tech Platform
Jan 19, 2022
Visual Studio Code (VS Code) Extension which will boost your Productivity
Visual Studio Extension is a software component that extends the functionality of Microsoft Visual Studio. Extensions can add new...
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
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...
bottom of page