I tried to use Vue 2 for a pet project but couldn't get the routing to work. It seems the router was lagging behind in versions and there were no guides on "router 2.0". Does this version have a routing guide and production ready routing solution? That's pretty important.
Vue.js 2.1 Released
41–50 of 126 posts
Re: Vue.js 2.1 Released
#42I am sorry if this sounds too ignorant, are frameworks like Vue.js (I actually read the guide and understood some wonderful things about its philosophy since I am actually developing backend mainly) or React, etc.. reasonable to use in websites in general (instead of jquery or taking some tasks from it) or they actually only reasonable for mobile web applications and SPAs? What about the SEO and search engine renderi…
From personal experience for general web-sites like blogs, etc. it's better to do them old way, you don't need to worry much about seo, caching, precompilation, etc. But business apps huge community-like ones, and big shops benefit a lot from frameworks like that. But you should always base your decision on cost of implementation, support, etc.
I am really interested in this approach but I fear about the SEO and any additional unnecessary complexities like compatibility with old browsers and OSs especially in Android.
Re: Vue.js 2.1 Released
#43Re: Vue.js 2.1 Released
#44Earlier quoted context omitted.
IMO JSX is such a simple syntactic sugar around javascript that you can unfold it in your head. > = React.createElement('elment', {someProp: prop}, null) Its such a simple transformation and adheres to javascript standard behavior. JSX doesn't add anything new, it just adds a way to do something old. Its a shortcut to 1 transformation and thats it. You can unpack it in your head. So while I agree with you that it isn…
> Its such a simple transformation and adheres to javascript standard behavior. JSX doesn't add anything new, it just adds a way to do something old. I don't understand your point, to be honest. A lot of language features are just syntactic sugar for lower-level language functionality. ES6 getter/setters are just syntactic sugar for Object.defineProperty. Does this mean that ES6 and ES5 are the "same"? No, of course…
And although JSX is not in the ECMA-262 spec, it does have a spec, so there's that.
Re: Vue.js 2.1 Released
#45I'm going to build a vuejs markdown site editor similar to Gatsby I just don't like Facebook it's refreshing that an independent project is gaining popularity the server side rendering is a big deal when you want to support mobile well.
Re: Vue.js 2.1 Released
#46Re: Vue.js 2.1 Released
#47Earlier quoted context omitted.
are there any tutorials that would help a beginner start on that front?
I'm writing one! https://github.com/thewhitetulip/intro-to-vuejs
Just a suggestion as someone who is keen to see a ton more on 2.x and is even also keen to help others like yourself; not against you or your efforts at all.
Re: Vue.js 2.1 Released
#48Earlier quoted context omitted.
I'm writing one! https://github.com/thewhitetulip/intro-to-vuejs
It's still pretty ripe big guy. You keep promoting it like you are further along. I kept looking thinking there was more and there wasn't. Great start and I'm even happy to assist you, but ease up on the promo unless yare inviting people to contribute. Just a suggestion as someone who is keen to see a ton more on 2.x and is even also keen to help others like yourself; not against you or your efforts at all.
Any and all contributions are always welcome.
Re: Vue.js 2.1 Released
#49Earlier quoted context omitted.
I'm writing an easy to understand tutorial with vuejs2 here https://github.com/thewhitetulip/intro-to-vuejs
Thank you!
Re: Vue.js 2.1 Released
#50Is this looking a lot like Angular 1.x to anyone else? I've heard it's actually more similar to React but I'm not seeing it... ?
Nothing about how they said this was done in a manner that was boisterous, just simply leveraging what has been learned from first movers and now they are hoping to pull their own Apple, by making a better product as second (or third or fourth.....) movers in the market. ;)