danijelh / aspnetcore-vue-typescript-template

Template AspNetCore with Vue, Vue router, Vuex, TypeScript, Bulma, Sass and Jest
MIT License
226 stars 28 forks source link

Question Please, Is it possible to use react in same project? #18

Closed nigel-dewar closed 4 years ago

nigel-dewar commented 4 years ago

Hi Daniel,

I love this repo. I keep coming back to it because I find it so interesting.

I have a question for you please,

Do you think its possible to combine react together in this project? Or would it make the Webpack config tooooo crazy?

Did you ever experiment with using a central store? maybe using LocalStorage hooked up to Vuex so the different isolated Vue apps could still talk to each other? Maybe to do this there would need to be some kind of eventing system which is shared between the different SPAs I suppose?

Your Answers would be very much appreciated If you have the time

Kind Regards

danijelh commented 4 years ago

Hi @nigel-dewar ,

first, thank you for the support, I'm glad this repo is of help to you.

To answer your questions.

Sorry for the late reply.

Happy developing 🚀