I use custom dto object and json monolog formatter to gather data application is constantly producing and want to display that on web panel. I know this could be done on a lot of ways but not sure which is the standard one. Should I use blade templates, or javascript templating, and for live update scheduled ajax, I need pagination also...
As this is not rare use case I guess there are already built libs (angular or react components) I could use guidance which libs to chose?