treble-hook
Advanced tools
Comparing version 0.0.28 to 0.0.29
{ | ||
"name": "treble-hook", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Get hooked on simple subscribe-and-publish in ReactJS.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -32,2 +32,8 @@ | ||
## Go ahead and give the tires a quick kick | ||
Live code is so much better and more fun to boot, so we created a simple game to showcase treble-hook usage... | ||
Step right up and play ["Crack That Code!" on codesandbox](https://codesandbox.io/s/treble-hook-presents-crack-that-code-vxcx1) ! | ||
## Usage | ||
@@ -37,2 +43,4 @@ | ||
> _But...wouldn't you rather see a [real live code example](https://codesandbox.io/s/treble-hook-presents-crack-that-code-vxcx1)?_ | ||
```tsx | ||
@@ -128,3 +136,3 @@ import React, { ChangeEvent, useState } from 'react' | ||
See the example code (coming soon) for a peek at how we use enums/interfaces to _help_ enforce how topic policies are published, but even with this, we still have to publish application state responsibly. Can you say "code reviews"? | ||
See the [live example code](https://codesandbox.io/s/treble-hook-presents-crack-that-code-vxcx1) for a peek at how we use enums/interfaces to _help_ enforce how topic policies are published, but even with this, we still have to publish application state responsibly. Can you say "code reviews"? | ||
@@ -131,0 +139,0 @@ ## Documentation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19507
165