http://livereacting.com/ - SaaS app launched about 8 months ago. Currently $3k/mo. I automated everything. Last 3-4 months it works almost on autopilot I just do customer support
Makes sense. I would think, even without testing, most people would expect vue etc to render their content on various browsers, rather than render nothing. I myself am sometimes surprised/confused when code that runs elsewhere fails on WP. Might not affect this fun project, but worth knowing down the line. Often it related to promises, if you are using them.
Cool, one suggestion is to make the button stay in the same place even when the text takes up two rows. That way I don't have to move my mouse between the jarringly accurate quotes of me :D
I have the feeling most people who choose Vue over React do it because Vue is marked as "simpler than React", which I don't understand, but I have to admit I only tried a simple Vue example and it seemed much more complicated as the React version.
I mean, how much simpler could you get? Every UI element is a component, you pass data and event handlers down via props and events up.
The only other approach I found, that had less concepts, were the observables in Cycle.js, where basically everything is an observable.
Yes, standard newbie-friendly Vue is a very similar to ng1 but with lower barrier of entry. Unfortunately it comes with the same downsides as Angular 1. The normal data-binding leads to a lot of confusion.
In order to mitigate that it is recommended to use components with unidirectional bindings but at that stage it just becomes an inferior version of React IMO.
Hi guys! I just wrote this article on Medium about my side project which earned 1500$ within its first months. I think it could be interesting for you.