- Prepare Your Project
Ensure your Cargo.toml has all required fields:
[package]
name = "crate-name"
version = "0.1.0"
edition = "2021"| import { | |
| Accessor, | |
| createContext, | |
| createEffect, | |
| createMemo, | |
| createSignal, | |
| FlowProps, | |
| JSX, | |
| onCleanup, | |
| useContext, |
| <!-- Masonry.svelte --> | |
| <!-- @component | |
| I got this component from a library called svelte-mason. Just upgraded it to Svelte 5. | |
| --> | |
| <script lang="ts" generics="Item"> | |
| import type { Snippet } from 'svelte'; | |
| type Props = { | |
| animate?: boolean; | |
| calcCols?: (masonryWidth: number, minColWidth: number, gap: number) => number; |
I want to support this browser, but there are just so many things making me want to move away. I've used it as my daily driver for over a month now. This doc is just a note of the features/fixes "I want" to monitor.
The only literal thing making me stay: Memory Usage and Battery Life. (Which tbh, I don't even care for since I have a Mac with a hefty amount of memory already).
Notes on oAuth because I keep forgetting how to do it.
I'm writing this because I keep forgetting Docker.
Make sure you have Docker Desktop.
All you need to know from start to finish:
Note
I already published an npm package: vike-metadata for react, solid, and vue.
Feel free to check those out instead!
Hi, this is a WIP hook I'm making for Vike to manage meta tags with similar DX as Next.js's Metadata API e.g. export const meta = {}.
I might make an npm package out of this, but for now, feel free to copy this and save it as a plain .ts file in your project.
You're definitely here because:
You don't know what credentials are needed to upload an app to Google Playstore and Apple App Store.
You don't know how to upload
Good guide: https://www.youtube.com/watch?v=5GHT4QtotE4&t=614s
Stuff you know so far: