Skip to main content

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

Hi,

Just use HTML5 <dialog> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog

Cheers, B

On Tue, Nov 5, 2024 at 3:35 AM Zahid Rahman via faces-dev <faces-dev@xxxxxxxxxxx> wrote:
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


_______________________________________________
faces-dev mailing list
faces-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/faces-dev

Back to the top