Hi there, I’m starting a new project and Meteor is an excellent choice for a collaboration tool!
My context is starting/maintaining 1.4/5/6 projects from the pre-React era.
What’s substantially changed direction for new Meteor projects?
Persistence: SimpleSchema, aldeed:collection2, collection-helpers, reywood:publish-composite, zimme:collection-softremovable
Front-end: Blaze + flow-router = good enough || maybe Vue.js
Forms: aldeed:autoform, aldeed:template-extension
Accounts: useraccounts:core - I only see a bootstrap 3 styling?
Do UserAccounts and Autoform have Bootstrap4 stylings? What’s the best way to Bootstrap 4 in Meteor 1.7? I’d rather have an easy forms and accounts package than Bootstrap 4, but why not all three?
Security: browser-policy, ongoworks:security
Anything else (sans React and GraphQL) you’d consider best practice or state of the art that I’ve missed?