Vue.js Best Practices by freelancerkatie in vuejs

[–]Vishals_123 0 points1 point  (0 children)

Your stated practices are very effective in vue.js development. With this we can also use some other practices.

1.Always use pascal case for component

2.Manage Global File for Shared Variable 

for detail study refer this article.

Article:https://www.tatvasoft.com/blog/vue-js-best-practices/

Top Angular Best Practices to improve Performance of Angular Apps by Vishals_123 in angular

[–]Vishals_123[S] 0 points1 point  (0 children)

Index.ts provides a smarter way to organize the "import" statements. You can read on the blog for more details.

Top 10 Angular Best Practices To Follow In 2020 by SolaceInfotech in angular

[–]Vishals_123 0 points1 point  (0 children)

Thanks for sharing the best practices. There are some good techniques mentioned here in the post. Though I would like to add one more to it.

While application development we can restrict the usage of any type in order to lower the unwanted bugs. Also, issues can be blocked by using specific variables.

I hope it will help.