On Wed, Apr 13, 2016 at 2:32 PM, Samuel Schwebel <[email protected]> wrote:
> Hi, > > I need to build a large business application. > > I love Polymer and if possible, I would like to use Polymer without > another libraries and frameworks like Angular, React, etc. I read on > Internet and normaly the recomendation is to use Polymer + anthor framework. > > I have used Dart Lang too. A nice and modern language. > > Then, I would like to get an opinion: > > *1. Can I to development a large business application just with Polymer > without another frameworks?* > Absolutely. We have many large apps at Google built with just Polymer. We're continuing to work on more app-level features like the new Carbon router (in beta). Data-management and APIs are an area where we're not very prescriptive, and there are a number of techniques out there, including using libraries popular with other frameworks, like Redux. *2. Is there plans to implement Polymer in native Dart lang, like Angular > has been implemented?* (I know that there is a project, but it is a > wrapper from Polymer (java script): > https://github.com/dart-lang/polymer-dart) > None that I know of. I'm not sure how well supported Polymer.dart is right now. It doesn't seem to be receiving many commits at this point. I've been using TypeScript recently, and while it's not Dart, with strict linting it's quite an improvement on vanilla JS. There's a PolymerTS project that lets you use very nice class declarations for Polymer elements. Cheers, Justin > Thanks, > > Samuel. > > Follow Polymer on Google+: plus.google.com/107187849809354688692 > --- > You received this message because you are subscribed to the Google Groups > "Polymer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/polymer-dev/CAHo81rKg5UzFsyzTNTnV4aLDGN9kKU-Bm_knWQkwFTz2c4shgw%40mail.gmail.com > <https://groups.google.com/d/msgid/polymer-dev/CAHo81rKg5UzFsyzTNTnV4aLDGN9kKU-Bm_knWQkwFTz2c4shgw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CAEKsHmDA%2BLux7s7_6PXqy7nn-E_giDL2VQXJ53qviHTFEbvHwA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
