GitShow/wesbos/React-For-Beginners-Transcriptions
wesbos

React-For-Beginners-Transcriptions

A start to making this series accessible

by wesbos
Star on GitHubFork
17 stars8 forks1 contributorQuiet · 10y agoSince 2016

Meet the team

See all 1 on GitHub →
wesbos
wesbos2 contributions

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

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

Recent PRs & issues

Quiet · 1 discussion · Last activity 10y ago
See all on GitHub →
jomaar
Redundant availability check for fish in 14 - Displaying Order StateOpenIssue

In the render : function() of the component it is redundantly checked whether the fish key still exists in the fishes state. That's not a problem, just unnecessary. var isAvailable = fish && fish.status === 'available'; if(fish && isAvailable) {… // second check whether fish is defined

jomaar · 10y ago
Structured data for AI agents

Repository: wesbos/React-For-Beginners-Transcriptions. Description: A start to making this series accessible Stars: 17, Forks: 8. Open PRs: 0, open issues: 1. Last activity: 10y ago. Community health: 28%. Top contributors: wesbos.

·@ofershap

Replace github.com with gitshow.dev