Glimmer – Fast and light-weight UI components
glimmerjs.com
Glimmer – Fast and light-weight UI components
1–10 of 133 posts
Re: Glimmer – Fast and light-weight UI components
#2Re: Glimmer – Fast and light-weight UI components
#3Re: Glimmer – Fast and light-weight UI components
#4Re: Glimmer – Fast and light-weight UI components
#5Re: Glimmer – Fast and light-weight UI components
#6Glimmer is smaller and faster than React, with TypeScript supported natively. This is a game-changer for people who are looking for a lightweight rendering library that ships with great tooling support and a larger framework ecosystem behind it.
How can this possibly be considered remotely lightweight, especially compared to something like Mithril? I count at least 12 repos on your github that seem to be integral components including a dedicated CLI!
Re: Glimmer – Fast and light-weight UI components
#7Glimmer is smaller and faster than React, with TypeScript supported natively. This is a game-changer for people who are looking for a lightweight rendering library that ships with great tooling support and a larger framework ecosystem behind it.
The install parameter you provide already requires yarn and the rather large ember-cli, in addition to requiring my app to be built on top of glimmer instead of with it. How can this possibly be considered remotely lightweight, especially compared to something like Mithril? I count at least 12 repos on your github that seem to be integral components including a dedicated CLI!
When people say "lightweight" they mean small sizes over the wire. The final size of the production/deployment code. Not the development code.
Re: Glimmer – Fast and light-weight UI components
#8Glimmer is smaller and faster than React, with TypeScript supported natively. This is a game-changer for people who are looking for a lightweight rendering library that ships with great tooling support and a larger framework ecosystem behind it.
The install parameter you provide already requires yarn and the rather large ember-cli, in addition to requiring my app to be built on top of glimmer instead of with it. How can this possibly be considered remotely lightweight, especially compared to something like Mithril? I count at least 12 repos on your github that seem to be integral components including a dedicated CLI!
Re: Glimmer – Fast and light-weight UI components
#9Glimmer is smaller and faster than React, with TypeScript supported natively. This is a game-changer for people who are looking for a lightweight rendering library that ships with great tooling support and a larger framework ecosystem behind it.
The install parameter you provide already requires yarn and the rather large ember-cli, in addition to requiring my app to be built on top of glimmer instead of with it. How can this possibly be considered remotely lightweight, especially compared to something like Mithril? I count at least 12 repos on your github that seem to be integral components including a dedicated CLI!
In the screencast it shows that when you deploy you just get a javascript file for your components that should be super small.