Hello Folks. Just want to complete my series for this post by adding a react part to fetch and display the updates for a single request. I created a simple react-app for the same. Feel free to grab … [Read more...] about How to implement offline struts actions? (Part 3 – React)
PRG in struts
How to implement offline struts actions?
This is part 2 of my first post. This is my way to efficiently handle offline struts actions and notify the status as GET API requests. Entire code is available on my Gitlab (@tony2k84). I have … [Read more...] about How to implement offline struts actions?