React Conference

By Yogi Dhingani

Date & Time

Wednesday, May 21, 2025 at 12:30 PM

TICKETS

Description

React components are JavaScript functions. Want to show some content conditionally? Use an if statement. Displaying a list? Try array map(). Learning React is learning programming. React components are JavaScript functions. Want to show some content conditionally? Use an if statement. Displaying a list? Try array map(). Learning React is learning programming. React components are JavaScript functions. Want to show some content conditionally? Use an if statement. Displaying a list? Try array map(). Learning React is learning programming. React components are JavaScript functions. Want to show some content conditionally? Use an if statement. Displaying a list? Try array map(). Learning React is learning programming. React components are JavaScript functions. Want to show some content conditionally? Use an if statement. Displaying a list? Try array map(). Learning React is learning programming.

Event Location

Virtual

Agenda

May 21, 2025
01:00 PM

Introduction to React

React is a popular JavaScript library used for building user interfaces (UIs), particularly for single-page applications (SPAs) where you need a dynamic and interactive experience. It was developed by Facebook and is now maintained by Meta (formerly Facebook) and a community of developers.

Yogi Dhingani
Yogi Dhingani
Speaker

Tags

react
javascript
frontend

Frequently Asked Questions

JSX stands for JavaScript XML. It is a syntax extension for JavaScript, used in React to describe what the UI should look like. It allows you to write HTML-like code inside JavaScript, which React can later transform into actual DOM elements. JSX makes it easier to visualize and create React components.

Share With Friends