Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[faces-dev] Javascript popup box

Hi,

Firstly thanks for  introducing ReactJS and VueJS.

You may recall I said that the popup box example will not work if _javascript_ was turned off by the user browser.
You  replied what about Reactjs and Vuejs.

I took a deeper look into it, focusing on Reactjs because it is the most popular technology.
I found that Reactjs is an API and they should in fact be used with frameworks like https://nextjs.org/  and  https://remix.run/ for frontend 

remix framework does something called server-side rendering which produces  pure html pages.
The co-founder  Ryan Florence  demonstrated in one of the videos that remix pages written in Reactjs can be run in the browser with _javascript_ turned off. 

Regards
Zahid



Back to the top