Hacker News new | past | comments | ask | show | jobs | submit login

There's no react dependency. You can combine it with React if you want to make a hybrid of server-side and SPA, but the standard IHP method is to do just server-side rendering with only a tiny bit of js glue for prefetching and such (IHP has its own HSX syntax that looks a bit like JSX, but is turned into html before being sent to the browser).



The React dependency is mentioned in the documentation linked from their code example: https://ihp.digitallyinduced.com/Guide/realtime-spas.html


Even if you post this twice, it's still not a dependency. It's an optional addon for a specific pattern or, as the page you've linked says

> This guide will help you understand the best-practices of building hybrid applications with IHP and React.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: