1.0.10 • Published 3 months ago

@kingstinct/react v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

⚠️ This repo has been moved to Kingstinct/zemble, and has been renamed to @zemble/react.

@kingstinct/react

npm (scoped)

This is a utility library for React that we use across our projects at Kingstinct (still early days for this lib).

To import a utility the best is to import it directly: import useEvent from '@kingstinct/react/hooks/useEvent'

You can also use named imports, but if you're not having all dependencies installed you'll probably run into errors: import { useEvent } from '@kingstinct/react'

The goal of this library (and the related @kingstinct/utils) is to:

  • Keep the number of dependencies in projects down
  • Have a common place to put useful utilities, so they're easier to maintain and find
  • Quickly get up and running with new projects

We believe this is a better approach than the alternatives:

  • Using one single utility library for everything, which would introduce unnecessary dependencies
  • Using lots of micro-libs. Micro-libs does have it's advantages, but is harder to maintain and means loosing oversight of the dependencies in a project.
  • Copy pasting between projects :)

Storybooks and Expo

Currently the Storybooks implementation works for web and the example-app works with Expo for mobile.

1.0.10

3 months ago

1.0.9

3 months ago

1.0.8

3 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.3

1 year ago

0.16.0

1 year ago

0.16.1

1 year ago

0.16.2

1 year ago

0.14.0

1 year ago

0.15.0

1 year ago

0.11.0

2 years ago

0.10.1

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.10.2

2 years ago

0.13.0

2 years ago

0.11.2

2 years ago

0.10.3

2 years ago

0.11.3

2 years ago

0.10.4

2 years ago

0.11.4

2 years ago

0.11.5

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.5.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago