This package is named flow-router-seo, but I wonder how tightly integrated with FR it really needs to be. The docs mainly mention setting properties manually in the onCreated callback, independently from FR.
You do mention querying the db for a route title based on a route name, but I'm a bit skeptic about that approach. If you can hard-code your route title in your database, why not hard-code it in your app's codebase directly and save a subscription?
I guess my point is that I don't see FlowRouter integration as a big feature for this package. Have you considered just making it into a great, stand-alone SEO package (with maybe optional support for FR and even IR)?
Anyway apart from that small question it's a great package. Keep up the good work :)
This package is named
flow-router-seo, but I wonder how tightly integrated with FR it really needs to be. The docs mainly mention setting properties manually in theonCreatedcallback, independently from FR.You do mention querying the db for a route title based on a route name, but I'm a bit skeptic about that approach. If you can hard-code your route title in your database, why not hard-code it in your app's codebase directly and save a subscription?
I guess my point is that I don't see FlowRouter integration as a big feature for this package. Have you considered just making it into a great, stand-alone SEO package (with maybe optional support for FR and even IR)?
Anyway apart from that small question it's a great package. Keep up the good work :)