top of page
Search
The Tech Platform
Jun 16, 2021
Creating a Force Graph using React, D3, and PixiJS
In the app we created we faced a very painful performance problem. While D3 helped us to create the relevant force graph we needed to...
The Tech Platform
Apr 23, 2021
PropTypes in React: Guide
Props and PropTypes are important mechanisms for passing read-only attributes between React components. React props, which stands for...
The Tech Platform
Mar 9, 2021
Angular vs React — which one to choose for your Web app?
JavaScript developers will agree that the right framework saves weeks of production time. The plan — write less code and ship a...
The Tech Platform
Mar 8, 2021
Cloud Firestore Development (With Typescript)
The purpose of this article is to show you how I added the calls between the React application and Cloud Firestore, and also how I added...
The Tech Platform
Mar 3, 2021
React Context — Simplified
React components can store a set of observable properties called states. React can decide how to render itself based on the state values....
The Tech Platform
Jan 5, 2021
React .focus()
Many React tutorials describe long processes that lead to the successful use of .focus() with React. The .focus() method tells the...
The Tech Platform
Dec 19, 2020
Use CSS Variables instead of React Context
I've been riding the CSS-in-JS train for years (I was even a significant contributor to the "movement"). It's awesome. I've never been so...
The Tech Platform
Dec 19, 2020
Importing React Through the Ages
Before we get started, here's a brief look of valid (today) ways to import React and use the useState hook: // global...
The Tech Platform
Dec 12, 2020
Components In React Native Apps
This article will cover the React Native components: Let’s start with the following components: TabBarIOS: This is one of the very...
The Tech Platform
Dec 12, 2020
Create Hello World Application📱Using React Native
We can create native mobile apps using JavaScript and React. It uses React in order to create a rich mobile UI interface. As stated on...
bottom of page