mirror of https://github.com/wekan/wekan
parent
4a7fa7c396
commit
aaca60b676
@ -1,18 +1,71 @@ |
||||
## Upgrading Meteor |
||||
|
||||
- Disclaimer: |
||||
- These are opinions about upgrading, from xet7, maintainer of WeKan Open Source kanban https://wekan.github.io |
||||
- xet7 thinks, that it is good to keep using current frontend and backend frameworks, upgrade them when possible. If there is any problems, ask at https://forums.meteor.com |
||||
- xet7 thinks, that upgrading to newest Meteor 2 and Meteor 3 is being made more easier all the time, when new dependencies become available, any bugs are fixed, etc. So it is good to make all possible upgrading steps available. |
||||
- Upgrade to newest 2.14 https://guide.meteor.com/2.14-migration . Currently xet7 is using newest 2.14.1-beta.0 in production release of WeKan https://forums.meteor.com/t/meteor-v2-14-1-beta-0-is-out/61142 |
||||
- Prepare for 3.0 https://guide.meteor.com/3.0-migration |
||||
- Migrate Async |
||||
- Helper tool https://forums.meteor.com/t/blaze-async-migration-helper-babel-plugin-tracker-async-enhance-for-the-client-side-released/60842 |
||||
- 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 |
||||
## 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://youtu.be/rFjNNNc_7-E |
||||
- https://www.youtube.com/watch?v=rFjNNNc_7-E |
||||
- https://github.com/quavedev/eslint-plugin |
||||
- https://github.com/quavedev/meteor-template/pull/8 |
||||
- Watch Meteor Dispatches etc Podcasts https://www.youtube.com/@meteorjscommunity/playlists |
||||
- Some recent also had info, how to make dependencies compatible with both Meteor 2 and Meteor 3 |
||||
|
||||
## 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 |
||||
|
@ -0,0 +1 @@ |
||||
https://arstechnica.com/security/2024/07/secure-boot-is-completely-compromised-on-200-models-from-5-big-device-makers/ |
Loading…
Reference in new issue