I highly recommend this in-depth book on Vue.js. It's entertaining to read, while extremely clear and comprehensive. And it comes with a lot of exercises that walk you through building an entire app 💚 books.ninja-squad.com/vue
I highly recommend this in-depth book on Vue.js. It's entertaining to read, while extremely clear and comprehensive. And it comes with a lot of exercises that walk you through building an entire app 💚 books.ninja-squad.com/vue
Brilliant explanation of shared_ptr and weak_ptr introduced in C++11
www.learncpp.com/cpp-tutorial...
Clear and concise explanation of 'module', 'moduleResolution' and 'target' in tsconfig.json: medium.com/@tommedema/t...
Really sad that the Navigation API isn't being included in interop 2024. This API makes a night-and-day difference to handling navigations. It cannot be polyfilled, and cannot really be used as progressive enhancement. We need it yesterday.
github.com/web-platform...
Very useful video series about filesystem routing, SSR and SSG, in Next.js and Vike (among others). It gives a super clear, to-the-point overview of how to use these features. Thanks Colin 🙏 www.youtube.com/playlist?lis...
Introducing bun-self, turn any JavaScript or Typescript file into Unix executable:
npx bun-self script.ts
./script.run.ts
vike-solid@0.2.9 is out 🎉 | @solidjs.com extension for Vike | vike.dev | web app framework
🦾 useData() component hook for data fetching, by phonzammi
✨ Improved handling of <html lang=...> on client-side navigation, by phonzammi, also in vike-react@0.3.9
🎉 vike@0.4.156 is out | vike.dev | web app framework
🦾 Improved DX around import errors
✨ New examples of integrating with Cloudflare Pages
✨ Lots of internal polishing, improvements and bug fixes
vike-vue@0.5.4 | vike.dev | web app framework
🦾 onCreateApp() hook for registering @vuejs.bsky.social plugins
🦾 onAfterRenderSSR() and onBeforeMountApp() hooks for integrating stores
🦾 <ClientOnly> component
🦾 Pinia extension, by 4350pChris
✨ Internal polishing, improvements and bug fixes
vike-vue@0.5.3 | vike.dev | web framework
🦾 useData() helper for data fetching
🦾 Flag for enabling/disabling SSR streaming, by phonzammi, also in vike-solid
✨ Internal polishing, improvements and bug fixes by phonzammi and brillout
vike@0.4.152 | vike.dev | web framework
🦾 Improved TypeScript DX for some hooks
🦾 New HTTP Cache-Control setting
✨ New Angular integration, thanks to nitedani
✨ Lots of internal polishing, improvements and bug fixes by brillout
And now based on the latest Vike features: vike-react@0.3.8 🎉
🦾 New useData() helper for data fetching
✨ Some internal polishing and bug fixes by nitedani, phonzammi, brillout and others
vike@0.4.151 | vike.dev
🦾 New data() hook for data fetching
🦾 Support for `.server.js` and `.client.js` file extensions with the V1 design by usk94
✨ New examples and integrations, e.g. with Redux by brillout, fabioricali, mikew, Kenzo-Wada, luisfloat
✨ Lots of improvements by brillout, Kenzo-Wada
I don't post promoting things I have worked on very often but I have been slowly updating this package lately and I think if we had had this during the rollout of ESM in Node it would really have helped.
github.com/pkgjs/create...
Bati@0.0.127 | Vike's scaffolder | batijs.github.io
🦾 Tooltips and presets
🦾 Integration with daisyUI
🦾 Integration with tRPC
✨ Polishing and fixes
By Magne4000, Kenzo-Wada, afkcodes and others 🙏
Great blog post for learning a bit more about Linux kernel internals Scheduling and context switch in ARM32
people.kernel.org/linusw/the-a...
#Linux #kernel #learning
vike-react@0.3.6 | vike.dev
🦾 SSR streaming with partial hydration, thanks to phonzammi and nitedani
🦾 <ClientOnly> component thanks to usk94 and nitedani (also ported to vike-solid by magne4000)
✨ Initial integration with React Query, thanks to nitedani
✨ Some internal polishing and bug fixes
vike@0.4.148 | vike.dev
🦾 V1 design (`+` files)
🦾 Hook timeouts
🦾 More robust FS crawling: Vike's crawler now takes `.gitignore` into account
🦾 More protocols supported for redirects
✨ New examples and integrations, e.g. with Firebase and @tanstack.com Query
✨ Lots of internal polishing and fixes
Vike has their first sponsor 🥳 Thanks a lot d3x7r0. Sponsoring makes a huge difference // github.com/sponsors/vik...
In-depth tutorial on how to build by hand a minimal React SSR streaming web app directly on top of Express: www.youtube.com/watch?v=o3JW...
🚀 New options recently added to batijs.github.io, the Vike web app scaffolder: eslint, prettier and tRPC
New examples showing how to integrate Vike with tRPC, @tanstack.com query, styled-components and Grommet are available: vike.dev/tRPC | vike.dev/react-query | vike.dev/grommet ✨
vike@0.4.144 // vike.dev
🦾 Hook types: first-class TypeScript support - make your Vike hooks type safe including your custom PageContext properties!
✨ More robust FS crawling (Vike's crawler is now guaranteed to skip dist/)
✨ Lots of internal polishing and bug fixes