An open API service indexing awesome lists of open source software.

https://github.com/reactiumcore/reactium-tutorial

Example code for getting started with Reactium.
https://github.com/reactiumcore/reactium-tutorial

Last synced: 10 months ago
JSON representation

Example code for getting started with Reactium.

Awesome Lists containing this project

README

          

# First Component

```
arcli component
[ARCLI] > Component Name: Hero
[ARCLI] > Destination: (components/)
[ARCLI] > Type:
1. class
2. functional
3. hook
Select: 2
[ARCLI] > Route:
[ARCLI] > Add plugin file? (Y/N): (N)
[ARCLI] > Add to Zone file? (Y/N): (N)
[ARCLI] > Stylesheet? (Y/N): (N) y
[ARCLI] > Services? (Y/N): (N)
[ARCLI] > Redux? (Y/N): (N)
[ARCLI] > Test? (Y/N): (N)

[ARCLI] > A component will be created with the following options:

{
"name": "Hero",
"destination": "/Users/me/dev/atomic-reactor/reactium-tutorial/src/app/components/Hero",
"overwrite": "",
"type": "functional",
"route": false,
"plugin": false,
"zone": false,
"stylesheet": {
"filename": "_reactium-style.scss",
"filepath": "/Users/me/dev/atomic-reactor/reactium-tutorial/src/app/components/Hero/_reactium-style.scss",
"destination": "/Users/me/dev/atomic-reactor/reactium-tutorial/src/app/components/Hero",
"name": "style",
"ext": ".scss",
"overwrite": ""
},
"services": false,
"redux": false,
"actions": false,
"actionTypes": false,
"reducers": false,
"test": false,
"ID": "HERO"
}

[ARCLI] > Proceed? (Y/N): y

✔ all actions complete!
```