This repository was archived by the owner on Jun 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 66
77<p align =" center " >
88 <a href =" https://badge.fury.io/js/react-semantics " >
9- <img src="https://badge.fury.io/js/react-semantics.svg" alt="npm package">
9+ <img src="https://badge.fury.io/js/react-semantics.svg" alt="npm package" / >
1010 </a >
1111 <a href =" " >
12- <img src="https://travis-ci.com/csvenke/react-semantics.svg?branch=master" alt="build status">
12+ <img src="https://travis-ci.com/csvenke/react-semantics.svg?branch=master" alt="build status" / >
1313 </a >
1414 <a href =" " >
15- <img src="https://david-dm.org/csvenke/react-semantics.svg" alt="dependencies status">
15+ <img src="https://david-dm.org/csvenke/react-semantics.svg" alt="dependencies status" />
16+ </a >
17+ <a href =" " >
18+ <img src="https://badges.greenkeeper.io/csvenke/react-semantics.svg" alt="greenkeeper" />
1619 </a >
1720</p >
1821
@@ -37,8 +40,6 @@ Reject those thoughts and allow me to demonstrate the might of this library with
3740
3841### Before
3942
40- [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/csvenke/react-semantics.svg )] ( https://greenkeeper.io/ )
41-
4243Here you see two common use cases where you have to show something when a condition is true and map content from an array of data.
4344This is normally solved by inline arrow functions that are hard to read and easily becomes unmanageable in more complex components.
4445
You can’t perform that action at this time.
0 commit comments