Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React.js Codes and Applications

A collection of small React applications and focused examples covering core React concepts, browser events, hooks, state, component communication, and common frontend patterns.

Included examples

  • Random color generation
  • Conditional rendering and props
  • Prop drilling and lists
  • useState, useEffect, and useRef
  • Click, form, keyboard, mouse, scroll, and focus events
  • Debouncing
  • Component-to-component data passing
  • Interview question practice

Each example is kept in its own folder so it can be explored independently without changing the other examples.

Run an example

Move into an example folder that contains package.json, then run:

npm install
npm start

Build an example with:

npm run build

Links

Support

About

Collection of focused React examples covering hooks, events, components, and frontend patterns.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages