GitShow/fireship-io/react-course
fireship-io

react-course

React - The Full Course

by fireship-io
Star on GitHubForknpm

JavaScript

81 stars42 forks1 contributorQuiet · 2y agoSince 2022

Meet the team

See all 1 on GitHub →
codediodeio
codediodeio2 contributions

Languages

View on GitHub →
JavaScript70.8%
CSS17%
HTML12.2%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
25
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 2 in progress · Last activity 2y ago
See all on GitHub →
joshlbaker
[Memento game] Bug - quickly double clicking a tile reveals the matching tileOpenIssue

I found a way to cheat in this game 😄 See video below as this is pretty easy to reproduce. https://github.com/user-attachments/assets/0b771e0f-78b6-45b0-9767-01cb94142feb This can be recreated using his demo link. I noticed this happening as I was following along the tutorial and thought I was going mad. Seems like it could be fixed by either disabling the click event until the animation is over, or restructuring how the duplicate tiles are initialized.

joshlbaker · 1y ago
07ronak
Fixed Rapid Double-Clicking issueOpenPR

Adding a Debounce Mechanism: This prevents a bug in the game where a user can exploit the game mechanics by rapidly double-clicking on a single upside-down card. It was causing the card and its matching pair to flip over automatically**, resulting in an unintended match. We could also use 'useCallback' hook here. But since it was not included in the course, I made changes in the condition itself. Nevertheless, Here's the code with the useCallBack hook:

07ronak · 2y ago
ComputerFrek
Row 21 in index.js in animalfarm/server should not have ? after q?OpenIssue

Row 21 in index.js in animalfarm/server should not have ? after q? Should be instead of Error received below when running Code works after removing ?

ComputerFrek · 2y ago

Recent fixes

View closed PRs →
derekryms
Query params are always an empty objectClosedIssue

I was going through the animal farm app part of the course and was able to get the endpoint running on localhost, but for whatever reason when I try to pass query params with "http://localhost:8080/?=bear", is always an empty object so is always undefined. So I pulled down the repo, npm installed both front end and server, and still experiencing the exact same behavior. Any ideas? Nothing I've found on SO or here has solved my issues yet.

derekryms · 2y ago
Structured data for AI agents

Repository: fireship-io/react-course. Description: React - The Full Course Stars: 81, Forks: 42. Primary language: JavaScript. Languages: JavaScript (70.8%), CSS (17%), HTML (12.2%). Open PRs: 2, open issues: 4. Last activity: 2y ago. Community health: 25%. Top contributors: codediodeio.

·@ofershap

Replace github.com with gitshow.dev