January 30, 2025thejackshelton
fix: build types (#7266)
January 30, 2025thejackshelton
fix(dev): only inject css link tags that have js importers (#7267)
* fix: build types
* fix: only inject link atrributes that have a js importer
* Update api.json
* copy api json from main
* disable formatter
* add regex
* run api update
* revert binding map
* feat: generate list of css on each update and then check injections
* move into segment check
* revert
* fix: overfetching
* handle after render again
December 12, 2024thejackshelton-kunaico
docs: add useStyles$ limitation (#7151)
September 24, 2024thejackshelton
Managing multiple redirects in Qwik (#6909)
* Managing multiple redirects in Qwik
* Update packages/docs/src/routes/docs/(qwikcity)/guides/redirects/index.mdx
Completely agree. I also realized that mapping is due to historical reasons and to meet a specific app structure, so I think this is simpler.
Co-authored-by: Ian Létourneau <[email protected]>
---------
Co-authored-by: Ian Létourneau <[email protected]>
September 11, 2024zaynet
docs: fix typo in using useStore() (#6875)