Use https://hackmd.io/@qwik-docs/BkxpSz80Y/ to edit the docs in the Qwik. These docs are periodically synced into the main repository. Editing them in HackMD is much more free form. To update the repository
Mar 15, 2023Introduction Welcome to the Qwik Rabbit Store tutorial! A full-featured E-Commerce application where the world can find the most adorable rabbits in the world powered by the speed of Qwik and Qwik City. We will build our website from the ground up and with each step we will learn how we can use Qwik and its primer meta-framework Qwik City to create a real-world application that you can show your mom. But enough yammering, let's begin! Qwik First Steps Before Qwik, there was the emptiness. The emptiness of your favorite terminal, let’s go there and start by creating an empty project using one of the Qwik City presets.
Nov 21, 2022function App () { <Root> <Parent id=a/> WORKS <Root> } function Root() { useContextProvider() context; <Parent id=b/> <Context2>
Nov 3, 2022export const Hero = () => { const cms = useCMS(); return ( <article> <h1>{cms.title}</h1> <h1>{cms.subTitle}</h1> <p>{cms.text}</p> </article> ); };
Nov 1, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up