This 30-min workshop by the creator of Claude Code will teach you more about vibe-coding than 100 YouTube video guides.
Bookmark it & give it 30 minutes today. This video will change the way you use Claude forever.
just so we're clear:
Antigravity is a Windsurf wrapper
Windsurf is a VSCode wrapper
VSCode is an Electron wrapper
Electron is a Chromium wrapper
Chromium is a C++ wrapper
C++ is a C wrapper
C is an Assembly wrapper
Assembly is a Machine Code wrapper
Machine Code is a Binary wrapper
Binary is a Physics wrapper
Physics is a Math wrapper
Math is a Logic wrapper
Logic is a Philosophy wrapper
Philosophy is a Humans wrapper
Humans are a Carbon wrapper
Carbon is a Star-forged-matter wrapper
Stars are a Gravity wrapper
Gravity is… definitely not an Antigravity wrapper
I've been using @tan_stack Start for a new project and it's super good. The server functions completely replace the need for TRPC/GraphQL/REST, the middleware is composable and fully typed, and having TSRouter's nice typing and stateful search params is icing on the cake. A+!
CSS Tip! ✨
You can make your component styles portable with container queries 😎
Change a card layout based on size 🔥
Remove button text when it's small 🤏
.card {container-type: inline-size;}
@ container (min-width: 50ch) {.info { grid-column: 2; }}
@CodePen link below 👇
My personal likes/dislikes of the popular frameworks:
React: I love TSX and hooks.
Dislike: useEffect, callback arrays, and over pushing immutability.
Vue: I love SFCs, simple proxy-based mutable state management.
Dislike: would like to see a solution to having less client-side JS (maybe something is in the works)?
Svelte: love the simple templating, automated reactivity.
Dislike: doesn't handle observing deep data mutations well.
Angular: love directives, first class TS support from the beginning.
Dislike: Dirty checking (soon will get signals tho), opinionated tooling.
Solid: love signals and the reactivity model.
Dislike: needs more ecosystem (WIP)
Qwik: love the performance, TSX, useStore() and useTask() hooks.
Dislike: needs more ecosystem (WIP)
Yes yes I know "React is a library not a framework!". I would debate this as of late, but regardless you get the idea.
Also note that overall I think these are all phenomenal projects from incredible teams. These are purely my nitpicks.
Context for all of this is we are taking a deep look at what people like and dislike form these great frameworks to make sure we design @QwikDev's APIs as cleanly as possible.
From asking a few recent Qs I think this aligns decently with people's perceptions, but where do you agree/disagree?
What a massive release!
🚀 Nx @vite_js Plugin
🧍♀️ Standalone Projects
📈 Task Graph Visualization
👉 Root-level Scripts
👨💻 Add Nx to non-monorepo Projects
And so much more!
👉 https://t.co/2a4a5hgqMC
Angular v15
✅ Standalone components are stable!
🌲 More tree-shakable standalone APIs
🎆 `NgOptimizedImage` with @ChromiumDev
🕸 Improved stack traces for the web with @ChromeDevTools
🖼 Angular Material MDC Components
🎨 Directive composition API
https://t.co/jQeiwBuN99
4. Resume Worded
• Upload your resume and an AI developed by the experts will provide feedback in 30 seconds.
• Assisted with LinkedIn profile improvement to secure five times as many interviews.
🔗 https://t.co/NT88HCE2vy
In less than 14 minutes, you can learn how to reduce the bundle size of your Angular Application, including:
🌳 what tree-shaking is
👝 the structure of production bundles
👩💻 how to use code splitting and find suboptimal imports
https://t.co/8WVfkJpJM8
Angular v15 will bring user interface code reuse to another level with the new Directive Composition API!
Check the sneak peek below and stay tuned for the docs coming in v15 this fall 🔥
#ngconf2022Announcements