Lean Startups and Sproutcore
blog.intellum.com
Lean Startups and Sproutcore
1–10 of 10 posts
Re: Lean Startups and Sproutcore
#2Re: Lean Startups and Sproutcore
#3Really like the idea of using the scientific method to come up with a business plan. Keeps steps defined and eliminates some of the terror of developing a plan that will do justice to a product...
It definitely helps your business plan, but I think it goes beyond just the business plan, it actually provides a process to align and direct your startup to success.
Re: Lean Startups and Sproutcore
#4Re: Lean Startups and Sproutcore
#5Re: Lean Startups and Sproutcore
#6Re: Lean Startups and Sproutcore
#7I'm curious of other experience using Sproutcore (particularly Sproutcore 2 since there has been a large refactor of code).
- How useful are the widgets in a rapid prototyping situation?
- Upon initial inspection, the state-model of Sproutcore records seems to be overly complex (ie, not very elegant). How does this design pattern work in the real world?
- If I build a webapp with Sproutcore, will it be easier to deploy this same app to mobile devices vs something like backbone.js?
Re: Lean Startups and Sproutcore
#8Re: Lean Startups and Sproutcore
#9Great article - I've been building recently with backbone / jasmine using client-side fixtures. Architecture is a bit different than Sproutcore, so the data fixtures come need to match with server rest calls (vs client-side data store). This means mocking both the ajax calls and the html as fixtures. I'm curious of other experience using Sproutcore (particularly Sproutcore 2 since there has been a large refactor of c…
The widgets are really useful. Your apps will not be very different if you use them with the same theme every time but I think it's ok for a demo to show customers during the Problem Interview phase.
I agree that the state model is a bit overly complex but if you go past the learning curve it can work well. Also there are ways to kind of bypass it and use an approach more similar to what Backbone/Spine does. There is a recent blog post by the SC team that shows you you can do that with 2.0 branch: http://blog.sproutcore.com/sproutcore-2-and-ajax/
Re: Lean Startups and Sproutcore
#10I went through all of the javascript frameworks and found Sproutcore to be extremely confusing. A lot of the documentation and tutorials just aren't there to make it a mature choice. I'd say Sproutcore is more cutting edge than state of the art.