5
gustash
8y

Getting started with Polymer. Does anyone have any tips on the best tools/ways to get started? 😊

Comments
  • 0
    Apparently you only install the elements you need to use. That's really nice!
  • 1
    Nope, but it looks good! Diving in myself when I have the head space. Good luck! 👍
  • 0
    @pixeltherapy thank you dude! Good luck to you too!
  • 1
    I prefer Polymer bettee than React, but it is problematic to share things like bootstrap css because of shadow DOM thingy, therefore you need to explicitly link it multiple times in every component.

    Some browsers are not intelligent enoufh and will download the whole bootstrap css multiple times. I had to abandon Polymer until I work on a project without bootstrap or other css frameworks dependencies or untill the frameworks support shadow DOM.

    Right now I'm using RiotJS. I someone held a gun to my head then I will use React or Angular.
Add Comment