Skip to content

Commit

Permalink
[challenge] create challenge for conditional rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomKnight287 committed Mar 12, 2024
1 parent cd04ff7 commit a441eae
Show file tree
Hide file tree
Showing 5 changed files with 626 additions and 0 deletions.
18 changes: 18 additions & 0 deletions challenges/react/conditional-rendering/challenge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../../schema.json",
"id": "conditional-rendering",
"setup_commands": ["pnpm i", "clear"],
"test_runner": "vitest",
"track_slug": "react",
"label": "Conditional Rendering",
"author": ["phantomknight287"],
"description": "Learn how to render JSX conditionally in React",
"difficulty": "beginner",
"playground_needed": true,
"prerequisites": [
"react/components",
"react/props",
"react/functional-components",
"react/class-components"
]
}
Loading

0 comments on commit a441eae

Please sign in to comment.