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

https://github.com/sawyerdeveloper/reborn

Repo dedicated to creating 'styled components' from scratch and state management without Redux.
https://github.com/sawyerdeveloper/reborn

Last synced: about 2 months ago
JSON representation

Repo dedicated to creating 'styled components' from scratch and state management without Redux.

Awesome Lists containing this project

README

          

# ReBorn Framework

ReBorn Framework is a way of coding a React app with a specific Design Pattern using the best parts of React and the wisdom of other technology like Game Development. If you are familiar React and/or with MVC, this will make sense right away. I took all the parts of each language or platform I've worked on and sythesized it into a singular Framework that has 4 dependencies, no external CSS files, no Redux, and performs amazingly out of the box.

## Usage with boilerplate Node back end
Install [nodemon](https://github.com/remy/nodemon) globally

```
npm i nodemon -g
```

Install server and client dependencies

```
npm install
cd client
npm install
```

To start the server and client at the same time (from the root of the project)

```
npm run dev
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)