@ManfredSteyer@tristandyer Thanks for the precision. So we will keep MF on our side for now but we will also compare Webpack vs esbuild for a real understanding of the benefits.
@tristandyer@ManfredSteyer I have the same concern. So I'm wondering what is the real benefit of NF vs MF ? Faster loading, more stable, easier integration ?
I would also love to have a migration guide from MF to NF. If not, I would hope that the first teams who do it will share some feedback.
Any recommendation when it come to best practices to manage emails in an association ? 1 single email for the entire comittee or 1 email per function (president@..., finance@..., secretary@...)
Parenting tip: You need to create an account for your child but don't want to create a dedicated email ! Add +<something>@... to your email. Example: [email protected]. This is an alias to your own email. #parenting#tip
@elmd_ Does pnpm provide a nice way to include a local package into a local application for testing purpose ?
With npm I'm using https://t.co/oaiOvhHRhr which use a local registry. Better then npm link. But maybe yalc works fine too with pnpm.