We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8917332 commit 434022cCopy full SHA for 434022c
2 files changed
.changeset/old-crabs-applaud.md
@@ -0,0 +1,6 @@
1
+---
2
+'classic-react-components': minor
3
4
+
5
+- [docs]: update examples and add more descrition of the components
6
+- [refactor]: use normal for loop to iterate over array in Switch component instead of Children.map function
README.md
@@ -2,7 +2,11 @@
## Intro
-Rethinking the way you write JSX.
+- Simplifying the way you write conditional and loops in JSX.
7
+- Adding `If-Else` like syntax for conditional jsx.
8
+- Adding `For` component to map over the data within jsx.
9
+- Adding `Switch-Case` to your jsx.
10
11
12
<br />
0 commit comments