## Videos about upgrading to Meteor 3 - Storyteller - 2024-07-15: WeKan Upgrades https://www.youtube.com/watch?v=Zjb3m9JsAD0 - 2024-07-08: Upgrading Meteor examples https://www.youtube.com/watch?v=jzWXxOe93t4 - Upcoming and past: https://www.youtube.com/@storytellercz/streams - React.js - WeKan uses Blaze and Jade, not React. - 2024-08-02: - https://www.youtube.com/watch?v=NnT7AbVMnj4 - https://thenewstack.io/after-a-decade-of-react-is-frontend-a-post-react-world-now/ - https://thenewstack.io/pivoting-from-react-to-native-dom-apis-a-real-world-example/ - https://thenewstack.io/how-web-components-are-used-at-github-and-salesforce/ - https://devclass.com/2024/07/22/react-community-splitting-into-full-stack-and-client-only-camps-suggests-survey/ - https://news.ycombinator.com/item?id=41068685 - 2024-07-10: Storyteller at React Wroclaw Meetup, talking about Meteor.js and React: https://www.youtube.com/watch?v=4dnM6bXZCz4&t=741s - How A Small Team of Developers Created React at Facebook | React.js: The Documentary https://www.youtube.com/watch?v=8pDqJVdNa44 https://www.youtube.com/watch?v=8pDqJVdNa44 - Meteor Dispatches Podcast - 46: 2024-07-12: Packages you need in every app https://www.youtube.com/watch?v=S2YkZfKN0DI - 25: 2024-02-09: WeKan Security https://www.youtube.com/watch?v=zic-h8jG6F8 - 16: 2023-12-08: WeKan interview https://www.youtube.com/watch?v=ke-mbnZM3zE - Upcoming and past: https://www.youtube.com/@meteorjscommunity/streams - Playlists: https://www.youtube.com/@meteorjscommunity/playlists - Some recent also had info, how to make dependencies compatible with both Meteor 2 and Meteor 3 - Add Eslint 3 and fix anything found - https://www.youtube.com/watch?v=rFjNNNc_7-E - https://github.com/quavedev/eslint-plugin - https://github.com/quavedev/meteor-template/pull/8 ## Upgrading to Meteor 3 - Meteor 3 migration guide: https://v3-migration-docs.meteor.com ( older pages at https://guide.meteor.com/3.0-migration or https://guide.meteor.com/prepare-meteor-3.0 ) - Look at progress of migrated packages https://forums.meteor.com/t/looking-for-help-migrating-packages-to-meteor-3-0/60985 - Migrate from Fibers (works only at Meteor 2 and Node.js 14) to Async/Await (works with Meteor 3 and Node.js 20) - Helper tool https://forums.meteor.com/t/blaze-async-migration-helper-babel-plugin-tracker-async-enhance-for-the-client-side-released/60842 - Info how Async/Await works, from Storyteller: https://github.com/wekan/wekan/wiki/AsyncAwait - Forums posts about migrating: https://forums.meteor.com - ( Older version upgrade to newest 2.14 https://guide.meteor.com/2.14-migration ) ## Removing unused files From Meteor Discord chat from someone: > Nice tool that I found out about today. I was able to remove 58 unused files, functions, exports, types and dependencies 😄 > > https://knip.dev ## Lint From Meteor Discord chat from someone: > We started using https://biomejs.dev to replace eslint and prettier on Galaxy 2, and it's been amazing. It's speedy, easy to configure, and has fewer packages to care about. > > Just sharing it here in case someone has never heard about it before ## Building WeKan - https://github.com/wekan/wekan/wiki/Emoji - Docs: https://github.com/wekan/wekan/tree/main/docs ## Similar technology - https://en.wikipedia.org/wiki/JavaScript_engine - https://en.wikipedia.org/wiki/Single-page_application - https://en.wikipedia.org/wiki/Web_framework - https://en.wikipedia.org/wiki/Progressive_web_app - https://en.wikipedia.org/wiki/Web_2.0 - https://en.wikipedia.org/wiki/Meteor_(web_framework) - https://en.wikipedia.org/wiki/Next.js