Stuart Harris Computing


Leave a comment

Building OutSystems React Plugins

When OutSystems released Reactive Web Apps, I figured a few quick tweaks would suffice to make a React version of my WebForms forge plugin.  It turns out there was a little more involved.

In this post, I will walk through the process of converting a WebForms OutSystems forge plugin to a Reactive Web plugin.

What is different in React?

Aside from being a SPA framework, there are many differences. The ones that affected the way the plugin is written are

Continue reading

Advertisement