#React help

2 messages · Page 1 of 1 (latest)

past light
#

I am making an electron app. It's a game platform, and I want to use React because I hear it's good. What is the point of React? And how should I get started with it?
Using Node.js 22.x and TypeScript

limpid geyser
#

it is a frontend library which just helps you in building large web apps quickly. It is component based, uses virtual dom so it doesn't reloads during routing. helps in state management and other stuff via it's builtin hooks. etc etc