# @d4n1b/react-universilous-components

> react universilous components

Latest version **0.0.2-beta.0** (published 2019-07-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @d4n1b/react-universilous-components
pnpm add @d4n1b/react-universilous-components
yarn add @d4n1b/react-universilous-components
bun add @d4n1b/react-universilous-components
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2-beta.0 |
| Published | 2019-07-23 |
| First published | 2019-07-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 74.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | d4n1b |

## Links

- npm: https://www.npmjs.com/package/@d4n1b/react-universilous-components
- Repository: https://github.com/d4n1b/react-universilous-components
- Homepage: https://github.com/d4n1b/react-universilous-components#readme
- Issues: https://github.com/d4n1b/react-universilous-components/issues
- npm.io page: https://npm.io/package/@d4n1b/react-universilous-components

## Dependencies (3)

- [http-server](https://npm.io/package/http-server.md) ^0.11.1
- [react-primitives](https://npm.io/package/react-primitives.md) ^0.8.0
- [hoist-non-react-statics](https://npm.io/package/hoist-non-react-statics.md) ^3.3.0

## Recent versions

- 0.0.2-beta.0 (latest) — 2019-07-23
- 0.0.2 — 2019-07-23
- 0.0.1 — 2019-07-23

## README

# React universilous components

Truly universal React Components.

You can see a web demo [here](https://react-universilous-components.herokuapp.com/).


# Technologies & implementation

WIP - *too many crazy stuff to be written down & explained*

For now just play around with the code.

# Dev

Install packages: `npm i`

After dependencies are installed, you can develop in 2 environments: **web** & **mobile**. All environments use [Storybook](https://storybook.js.org/).

<br/>

**Web**
Run `npm run start:web` and Storybook would scan and inject all components within `./src/components` folder which match with this name convention: `/\.story\.js$/`.

<br/>

**Mobile**
Run `npm run start:ios` for **IOS** or `npm run start:android` for **Android**. Storybook would **NOT scan and inject all components within `./src/components` folder**, as React Native doesn't support dynamic requires - *as far as I know*.

Make sure simulator is running. Sometimes simulator and Storybook need to be manually synced, refreshing the Storybook browser page and simulator would be enough.

---
_Source: https://npm.io/package/@d4n1b/react-universilous-components · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
