Introduction to Rematch plugins
Probably the first question that we should ask is what is a plugin? A plugin is a software add-on that is installed on software, enhancing its capabilities. When we think about how plugins work, what comes to our minds are browser extensions where the browser has just minimal functionality, or, better put, just what's needed for most users.
Making software extendable using plugins is a breeze because our base software is simple and plugins can extend this base functionality, making the software even more powerful but covering all use cases. If a user only wants the base software, they can decide to not use plugins, and if another user has a complex use case, they can implement a plugin that covers that use case without jamming other users. Sometimes building moldable software is the best approach.
Rematch is one of the best examples of modularity, and offering plugins was one of the best decisions we took when building Rematch.
The @rematch...