-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polymer 3 #5
Comments
Sorry, not really. I've moved on to LitElement for now, so it doesn't really make sense for me to support Polymer 3. I would recommend an event listener up in the DOM tree instead, just plain Vanilla JS stuff. Less magic and less component dependencies. |
Thanks. Ya...I am trying vanilla js components now and so far so good. And
I found pubsub.js.
Just btw, thanks for lite-signal. It introduced me to the best pattern yet
for web component development. Simply elements can be used with attributes
but for everything Infound tieing everything together with attributes made
everything really brittle and totally dependent on location in the dom.
Plus I still had the problum of broadcasting global state changes. Pubsub
(lite-signals) really works great and totally freed me up to focus on
features and ux.
So thanks :)
…On Thu., Feb. 20, 2020, 03:44 Jonathan ES Lin, ***@***.***> wrote:
Sorry, not really. I've moved on to LitElement for now, so it doesn't
really make sense for me to support Polymer 3.
I would recommend an event listener up in the DOM tree instead, just plain
Vanilla JS stuff. Less magic and less component dependencies.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=ADHG55ZDFGGLYNSC7ASGWITRDXVAVA5CNFSM4KU3OJ52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMKQRWA#issuecomment-588581080>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHG5546EC3IIIC63Q3E333RDXVAVANCNFSM4KU3OJ5Q>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any plans to update this for Polymer 3?
The text was updated successfully, but these errors were encountered: