Draft
Conversation
…ations for nft-marketplace example
…support for Rspack, and update dependencies
…ct DOM rendering logic
…with Meteor 3.4 changes
…actor methods to async/await, update build configuration, and clean unused files
…NFT Marketplace to the bottom
… paths and references.
…ed responsiveness
…into a detailed offline-first notes app with new stack integration (jam packages, Mantine UI) and features (PWA, Markdown support, tagging, etc.).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR migrates existing apps in this repo to latest Meteor 3.4.
Notes Offline (formerly Chakra UI)
meteor create)workbox-webpack-plugin+ Rspack for PWA service workerParties
insertAsync,findOneAsync,updateAsync) while keeping client-side minimongo calls synchronous for Tracker reactivitythis.userIdbindingaccounts-facebookandaccounts-twitter(TODO: research its inclusion)Task Manager (formerly Tailwind CSS)
juliancwirko:postcssMeteor build plugin with Rspack's built-in CSS/PostCSS pipeline.postcssrc.jswith standardpostcss.config.jsrender()to React 18createRootAPItasks) with full CRUD operations (create, update, delete)usePublication,useMutation) for reactive data fetchingTic-Tac-Toe
"modern": trueflag to enable ES2020+ module output required by Rspackrender()to React 19createRootAPIComplex Todos (Svelte)
mdg:validated-method+simpl-schemawithjam:method+ Zod for method definitions and schema validationmount()/unmount()API with HMR supportinsertAsync,findOneAsync,updateAsync)export let,$:,on:click) to Svelte 5 runes ($props,$state,$derived,onclick)NFT Marketplace
render()to React 18+createRootAPImeteor create(revisit already approach)[More coming]