Mohammad Saleh Fadaei

Results 20 comments of Mohammad Saleh Fadaei

@pi0 Hi Pooya. The Nuxt 2.16 will use the Vue 2.7 or not? Is there a plan to use The Vue 2.7 in the upcoming Nuxt 2 versions?

> Can you please ensure about this? If is a case, we might make use of [WeakSet](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) to dedup. (Note: IE support 🤷) > > Also can you please check...

@pi0 what you thinking about `getChildrenComponentInstancesUsingFetch` https://github.com/nuxt/nuxt.js/blob/HEAD/packages/vue-app/template/utils.js#L56-L68 If a child has the fetch, children of it will not be considered!

And I realized the sequence call of fetch (first parent then child) is not guaranteed! (in the current version this is just about nested routes because of limited fetch calls...

@pi0 @clarkdo I'm done with this PR. We still have two edge cases that I mentioned above with refresh handler and they aren't new! they exist from the last versions

> Thanks for checking @lihbr. @ms-fadaei Would you please rebase your branch to dev? Hi Pooya, Done!

Thanks for your review @pi0. I will be happy to be part of fixing this issue based on the Nuxt principles, so please let me know what can I do...

Big Question: how we can add event listeners to server-side rendered scripts on hydration?

> there's no need to server-side render the `` component I guess Sometimes we need our script load as soon as possible. This strategy should be used for any critical...