-
BuilderIO
- Midwest US
- https://www.builder.io/
- @adamdbradley
Block or Report
Block or report adamdbradley
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
BuilderIO/partytown Public
Relocate resource intensive third-party scripts off of the main thread and into a web worker.
🎉 -
BuilderIO/qwik Public
The HTML-first framework. Instant apps of any size with ~ 1kb JS
-
ionic-team/ionic-framework Public
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
-
ionic-team/stencil Public
A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and tr…
1,400 contributions in the last year
Activity overview
Contribution activity
August 2022
Created 62 commits in 2 repositories
Created a pull request in BuilderIO/qwik that received 2 comments
feat: qwik-city non-blocking endpoint response
By default, an endpoint handler waits on the returned promise, to include waiting on any data loading. In the example below we set the headers imme…
Opened 55 other pull requests in 1 repository
BuilderIO/qwik
53
merged
1
open
1
closed
- feat: flush headers after initial chunk
- docs: fix repl mobile styles
- chore: update starter meta viewport
- docs: fix tutorial menu
- docs: update qwik/qwik-city
- feat: static site generation
- release: qwik-city 0.0.34
- fix: qwik-city local markdown href
- docs: fix menu links
- docs: update pathless docs
- chore: qwik 0.0.42
- release: qwik-city 0.0.33
- docs: qwik-city middleware
- docs: qwik-city layouts
- docs: update qwik-city docs
- docs: cache control headers
- feat: Expose types related to head function in endpoints
- docs: replace obs function by track function
- docs: Update progressive.mdx
- 0.0.41
- fix: repl require() core.cjs
- 0.0.40
- chore: update lint ignore rules
- chore: update qwik-city starter
- release: qwik-city 0.0.32
- Some pull requests not shown.
Reviewed 2 pull requests in 1 repository
BuilderIO/qwik
2 pull requests
Created an issue in BuilderIO/qwik that received 16 comments
Remove <Host/> component
Is your feature request related to a problem?
If it's "possible to remove <Host/>
, let's remove it.
Describe the solution you'd like
Idea from a di…