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

https://github.com/natserract/vue-react

React Design Patterns in Vue (HIGHLY EXPERIMENTAL CODE)
https://github.com/natserract/vue-react

javascript patterns react typescript vuejs

Last synced: 6 months ago
JSON representation

React Design Patterns in Vue (HIGHLY EXPERIMENTAL CODE)

Awesome Lists containing this project

README

          

# React Design Pattern in VueJS

This is the code repository for implementing React Design Patterns in VueJS

### Patterns ###
* [Function Component](https://github.com/alfinsuryaS/Vue-like-React/blob/master/src/components/container/main-concepts.tsx)
* [Children](https://github.com/alfinsuryaS/Vue-like-React/blob/master/src/components/container/main-concepts.tsx#L5)
* [Props](https://github.com/alfinsuryaS/Vue-like-React/blob/master/src/components/container/main-concepts.tsx#L16)
* [Conditional Rendering](https://github.com/alfinsuryaS/Vue-like-React/blob/master/src/components/container/main-concepts.tsx#L34)
* [Lists & Keys](https://github.com/alfinsuryaS/Vue-like-React/blob/master/src/components/container/main-concepts.tsx#L58)
* [Redux](https://github.com/alfinsuryaS/Vue-like-React/tree/master/src/redux)
* [HOC](https://github.com/alfinsuryaS/Vue-like-React/blob/master/src/components/presentational/hoc-component.ts)

## Run project
```
npm install
npm start
```

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

Please make sure to update tests as appropriate.