Is There a Way to Create a Reusable Static Data Component in Strapi?

But there’s probably a better approach depending on your use case. Like if you just want some reference data to be shown when a user is creating/editing an entry in some collections then you could hardcode that reference data and use the admin panel api to inject a component with that data. Make a code change any time that data changes.

But it all depends what you’re trying to accomplish.