Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Learn Vue as a React developer
## References

* [Official - React](https://vuejs.org/v2/guide/comparison.html#React)
* [Using React-Style Callback Props With Vue: Pros and Cons](https://vuejsdevelopers.com/2018/07/30/callback-props-vs-emitting-events/?jsdojo_id=fb_cbp)
* [Using React-Style Callback Props With Vue: Pros and Cons (vue.js developers)](https://vuejsdevelopers.com/2018/07/30/callback-props-vs-emitting-events/?jsdojo_id=fb_cbp)
* [Using React-Style Callback Props With Vue: Pros and Cons (Medium)](https://medium.com/js-dojo/using-react-style-callback-props-with-vue-pros-and-cons-e0ee7455695b)
* [Checklist for Writing Highly Reusable Components in React and Vue](https://hackernoon.com/checklist-for-writing-highly-reusable-components-in-react-and-vue-531f963864bd)
* [A React Point of Vue - Divya Sasidharan at VueConf.US](https://youtu.be/5TgvhATYm3Q)
* [Switching From React To Vue.js](https://medium.com/js-dojo/switching-from-react-to-vue-js-badf34565a2d)
Expand All @@ -14,7 +15,6 @@ Learn Vue as a React developer
* [Anyway, this is why I prefer Vue over React](https://itnext.io/anyway-this-is-why-i-prefer-vue-over-react-ad2653595fc5)
* [Redux vs Vuex for state management in Vue.js](https://medium.com/@petarvukainovi/redux-vs-vuex-for-state-management-in-vue-js-6e171a0f55ee)
* [Why I chose Vue.js over React](https://medium.com/@luistinygod/why-i-chose-vue-js-over-react-509ad12d7b53)
* [Using React-Style Callback Props With Vue: Pros and Cons](https://medium.com/js-dojo/using-react-style-callback-props-with-vue-pros-and-cons-e0ee7455695b)
* [Transitioning from React to Vue](https://frontendsociety.com/transitioning-from-react-to-vue-c9aa943bd0da)
* [Implicit state sharing: React’s context API & provide/inject in Vue](https://blog.logrocket.com/implicit-state-sharing-reacts-context-api-provide-inject-in-vue-679062a50f05)
* [Doing Vue after three years with React](https://medium.com/@omm2/doing-vue-after-three-years-with-react-3d36d53abbd6)
Expand Down