Skip to content

Commit

Permalink
Merge branch 'master' of github.com:roydukkey/jsx-destruct
Browse files Browse the repository at this point in the history
  • Loading branch information
roydukkey committed Jul 7, 2021
2 parents fd57adf + 7285ddf commit e314e9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Release Version](https://img.shields.io/npm/v/jsx-destruct.svg)](https://www.npmjs.com/package/jsx-destruct)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

This tiny package allows you to unpack values directly in JSX statements. This helps avoid long object references and to keeps declarations joined within your components.
This tiny package allows you to unpack values directly in JSX statements. This helps avoid long object references and keeps declarations joined within your components.

## Install

Expand Down Expand Up @@ -46,5 +46,5 @@ export function SampleComponent () {

## Inspiration

1. jsx-control-statements [`<With />` control](/~https://github.com/AlexGilleran/jsx-control-statements#with-tag)
1. Handlebars' [`#with` statement](https://handlebarsjs.com/guide/builtin-helpers.html#with)
1. jsx-control-statements' [`<With />` component](/~https://github.com/AlexGilleran/jsx-control-statements#with-tag)
1. Handlebars' builtin [`#with` helper](https://handlebarsjs.com/guide/builtin-helpers.html#with)

0 comments on commit e314e9d

Please sign in to comment.