Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielrabreu/react.functionalcomponents
https://github.com/gabrielrabreu/react.functionalcomponents
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielrabreu/react.functionalcomponents
- Owner: gabrielrabreu
- License: mit
- Created: 2024-08-22T23:08:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T18:42:00.000Z (3 months ago)
- Last Synced: 2024-08-24T19:46:37.205Z (3 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React.FunctionalComponents
## Introduction
This repository is designed to follow a basic [Roadmap](https://roadmap.sh/react) for working with React, focusing on Functional Components and using Vite as the build tool. It includes basic examples and explanations on how to use JSX, conditional rendering, props, state, and component composition.
## Technologies Used
- React: A library for building user interfaces.
- Vite: A build tool for fast development and bundling.
- JSX: A syntax extension that allows writing HTML-like code within JavaScript.## Features
- Functional Components: Examples of how to create and use functional components in React.
- JSX: Using JSX to write components in a more intuitive way.
- Conditional Rendering: How to render elements conditionally based on state or props.
- Props: Passing and using props in components.
- State: Managing component state using the useState hook.
- Composition: How to compose and nest components for a modular design.