A simple react component(just 109 Byte) for conditional rendering without ternary expression inside jsx;
Install:
npm install react-simple-if
Use:
import If from 'react-simple-if';const foo = true; // render hello world Hello world // Does not render hello world Hello world
Props:
Props | Type | Description |
---|---|---|
exp | boolean | Style for root element |