React4xp release 3.4.0

React4xp library is updated

  • HTML (not just XHTML) is supported
  • Added stub for setTimeout to avoid “undefined” error in SSR
  • SSR performance improved
  • Removed org.json dependency.

Note: if your application is using org.json classes directly you need to manually include org.json into build.gradle dependencies

dependencies {
    include 'org.json:json:20220924'
}

Full changelog can be found here

3 Likes