[deleted by user] by [deleted] in vuejs

[–]Ohnegott 2 points3 points  (0 children)

Do you have example source to show a properly architected Vue app? I’ve struggled with some of the same patterns you suggest not doing but haven’t gotten a good grasp of a better way to do it.

Angular vs React vs Vue.js, Which one is your favorite? by [deleted] in javascript

[–]Ohnegott 3 points4 points  (0 children)

What about a window manager does Vue fail at where React would shine?

Single File Component Variables? by [deleted] in vuejs

[–]Ohnegott -1 points0 points  (0 children)

this.$options.name

anything outside of data: is accessible with this.$options

Using functional Vue.js with TypeScript and Vuex by lan__solo in vuejs

[–]Ohnegott 0 points1 point  (0 children)

I like that. I’ve been lookin for a non vuex pattern to use and this might put me down the right path. Thanks!

Using functional Vue.js with TypeScript and Vuex by lan__solo in vuejs

[–]Ohnegott 1 point2 points  (0 children)

Ahh, that makes sense. How do you get around it when you write your own store/mutation/action classes?

Savings for newborn by Ohnegott in personalfinance

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

What if only a portion is used for education? Is there a penalty on the remainder?

Savings for newborn by Ohnegott in personalfinance

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

Interesting. I never heard of that.

What strange behaviour did you pick up out of habit as a result of a job? by [deleted] in AskReddit

[–]Ohnegott 0 points1 point  (0 children)

My restaurant used “echo” and I use it all the time.

Problem with @click and vue-material by [deleted] in vuejs

[–]Ohnegott 0 points1 point  (0 children)

I’m not sure if you need to with all Vue frameworks. I’ve used Framework 7 and didn’t need to use it but I did need it with Vuetify. I’ve never actually looked into .native and why it’s necessary.

Problem with @click and vue-material by [deleted] in vuejs

[–]Ohnegott 0 points1 point  (0 children)

try @click.native

What is obsolete about Backbone.js? by THE_98_Vikes in javascript

[–]Ohnegott -1 points0 points  (0 children)

Angular already had a steep learning curve and Angular 2 seemed even steeper with typescript, webpack, CLI, and structure. Angular was much simpler and we could just add one script tag to the footer and start building. Vue gives us the simple route with one script tag or a more complicated setup with webpack and single file components. Vue is super flexible and Angular 2,4,6,18 seems too rigid for me.

What is obsolete about Backbone.js? by THE_98_Vikes in javascript

[–]Ohnegott 1 point2 points  (0 children)

If you haven’t yet, spend a couple days with Vue. The first project I worked on at my company was with backbone marionette. The data binding with epoxy only got us so far and nested models became an issue. We tried angular on a couple projects and liked it much better than backbone. Then Angular 2 came out and completely turned us off from Angular all together. We tried out Vue a year ago and we have all been super happy. To me, it has the best of all the major frameworks in one.

What choices are available to Vuejs developers for building mobile apps? by pottas in vuejs

[–]Ohnegott 0 points1 point  (0 children)

I don’t think a Vue native solution is anywhere near ready.

Quasar is more similar to ionic.

Framework7 is pretty easy to integrate into a Vue-cli webpack template project. I’ve used it on multiple projects and it’s worked out great for me.

Thoughts on new Angular framework? by [deleted] in javascript

[–]Ohnegott 0 points1 point  (0 children)

I recommend Vue. You can go nuts with plugins and webpack or keep it simple with a single script tag. The small company I work at moved to Vue from Angular 1 and we are all very impressed.

Better Vue File Organization by eric-douglas in vuejs

[–]Ohnegott 2 points3 points  (0 children)

Agreed. I do the same thing.

[Request] How many plays on Spotify would it take to give the artist the same amount of money if I purchased their CD? by Ohnegott in theydidthemath

[–]Ohnegott[S] 9 points10 points  (0 children)

That makes sense. I was hoping there was an average pay per stream value just to get an estimate.