react-play icon indicating copy to clipboard operation
react-play copied to clipboard

react-play is an opensource platform that helps you learn ReactJS faster with hands-on practice model. It is a collection of projects that you can use to learn ReactJS.

Results 171 react-play issues
Sort by recently updated
recently updated
newest added

> First thing, PLEASE READ THIS: [ReactPlay Code Review Checklist](https://github.com/reactplay/react-play/wiki/ReactPlay-Code-Review-Checklist) # Description It's an Image Gallery where users can explore multiple types of images and, by hovering over them, they...

Review-InProgress

If we filter a play by tags it works but if we filter the plays with tags with a combination of other criteria, the tag selection is of no use...

bug
good first issue
hacktoberfest

This fixes issue #464 > First thing, PLEASE READ THIS: [ReactPlay Code Review Checklist](https://github.com/reactplay/react-play/wiki/ReactPlay-Code-Review-Checklist) # Description A `Star rating` play shows the use of _useState_ hook Fixes #464 ## Type...

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Add Section or Page or Both of them for React Play Posts on blog.reactplay.io...

**Describe the bug** When you are refreshing any page other that `home` page, initially home page is being rendered for a while. **To Reproduce** Steps to reproduce the behavior: 1....

bug

As the application grows, there might be chances that some components are error-prone and result in a blank page issue. so to overcome this issue we should add Error Boundaries...

enhancement

# Description Fixes #263 I previously raised a similar PR #332, but this is the latest and better version of the issue. This PR integrates Husky, Prettier, and ESLint with...

work-in-progress

Thank You! ## What's the Play about? - It's a simple React Calculator ## What ReactJS concept will be used to create this play? - I am experimenting with React...

play-request

Add customisation to the umami dashboard. @atapas, Please add the action items here.

enhancement

# Description I have added a new beginner level project: Tic Tac Toe. It focuses on `useState` hook and cretes a two player tic tac toe game > Note: I...

Review-InProgress