rearch
rearch copied to clipboard
on the way to cleanest react architechture
Nebuchadnezzar
Powerful weapon set for fighting with big projects.
:wavy_dash: Stack
:crown: Core
:nail_care: Layout / Styling
:link: State management / Data flow
:truck: Transport
:tada: Animations
:wrench: Utils
:cop: Code Style
:wavy_dash: Quick start
$ git clone https://github.com/DaoCasino/dc-react-kit ./ProjectName
$ cd ./ProjectName
$ chmod +X ./*.sh
$ npm i
$ npm start
:wavy_dash: Build :fork_and_knife:
$ npm run build
:wavy_dash: Tools :hammer:
:small_blue_diamond: Create new component:
$ ./component.sh SomeComponent
Now you can use it from anywhere, like:
import { SomeComponent } from 'Components'
:small_blue_diamond: Create an empty screen (top-level route)
./screen.sh SomeScreen