Elevate your web dev skills and learn how to build robust UI forms. Cory Rylan, Google Developer Expert in Angular, will share his expertise on form validation, responsive design, and Web Components.
Schedule and tickets at https://t.co/1MLaVlalVh
#WebDevelopment#Angular#UI
I worry about a combinatorial explosion of JS forks:
- JS0 vs JSSugar
- TypeScript or not
- JSX or not
- .mjs or .cjs
That's 16 possible combination. 8 if we can fully move away from CJS.
I hope we can reduce forks over time. They make development and tooling more complicated.
Lit's whole reason for existing is to make web component development easier.
We simply wouldn't have built it if web components didn't exist.
We had no interest in building another non-interoperable framework.
This. I have deployed web components across UIs using all kinds of frontend frameworks and none have to worry about how I authored them. Many teams don't even realize they are using a web component.
Lit is not a framework built around web components, or a framework that uses web components.
Lit is a library that helps you build web components.
It's an implementation detail of standard web components that happen to use it.
Lit is not a framework built around web components, or a framework that uses web components.
Lit is a library that helps you build web components.
It's an implementation detail of standard web components that happen to use it.
Any recommended alternatives to semantic-release? Been using it with a couple monorepos but recent changes have made it even less friendly with monorepos. Mainly looking for automated semantic version based releases and changelogs
@argyleink Stateless and declarative are my top features I look for. Key to providing the most flexibility and composition of features.
Some I have built:
https://t.co/h7BTqHkH0h
https://t.co/1gyqaqZkTe
Eleventy 3.0.0 is now available!
https://t.co/VKGZCvTrLo
Over a year of work, 22 pre-releases, so many contributors. Thank you to our entire community—y’all make this project possible. ❤️
Eleventy 3.0.0 is now available!
https://t.co/VKGZCvTrLo
Over a year of work, 22 pre-releases, so many contributors. Thank you to our entire community—y’all make this project possible. ❤️
This is something people don’t seem to understand about @buildWithLit.
Lit is an efficient abstraction that removes boilerplate with an opinionated DX. It’s not overhead, it’s an implementation detail that can be replaced without breaking the public API.
"Frameworks are a testbed for ideas that may or may not work out. We all need to be OK with that. Even framework authors. Especially framework authors. More importantly, we all need to stop being salty when our way isn’t what makes it into the browser."
https://t.co/FbZNZOepvF