Qwik City is a meta-framework for Qwik, and it is a preferred way to build Qwik applications. We will build a simple CRUD application to get the developer familiar with the platform. The tour will cover routing for both UI as well as data endpoints. Data fetching is an important part of the application and so we will cover loaders for fetching as well as actions for updating the data. Finally, we will look at nested layouts to show how UIs can be composed of smaller parts. All of this will demonstrate how little JavaScript Qwik requires without any additional effort on part of the developer.
Workshop 💻 Intermediate ⭐⭐ Track: FrontEnd (TypeScript, JavaScript, AngularJS, ReactJS, ....)
frontend
javascript
typescript
qwik
qwik city
crud
UI