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)
- Host: GitHub
- URL: https://github.com/natserract/vue-react
- Owner: natserract
- Created: 2019-12-14T02:56:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:00:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T18:44:14.388Z (8 months ago)
- Topics: javascript, patterns, react, typescript, vuejs
- Language: TypeScript
- Homepage: https://dev.to/natserract/design-patterns-vue-feels-like-react-typescript-38in
- Size: 6.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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.