My two cents: I would tend to agree with Mike/Thomas, to aim towards a more 'standalone' HTML file. But I am not necessarily the target audience.
J^n On Monday, September 15, 2025 at 10:33:31 PM UTC+1 [email protected] wrote: > > > On Mon, Sep 15, 2025, 15:22 Thomas Passin <[email protected]> wrote: > >> >> On Monday, September 15, 2025 at 1:55:16 PM UTC-4 Félix wrote: >> >> >> *About using external libraries: *In modern web development and front >> end production, those 'bootstrap', 'react', 'tailwind' are common usage. >> >> >> Yes, I know. And they can be overkill, too. Of course, it depends on >> what you want to do. >> > > My two cents: > > Inline whatever CSS and JavaScript you might need as opposed to calling > third-party resources. Compile tailwind locally and simply have it as a > part of the header of the page. Once it's compiled you probably never have > to compile it again and can simply distribute the CSS as compiled. > Similarly with bootstrap, it should be minified and inlined if you are > going to simply distribute an HTML file. > > React, now that is a bit of a large framework... If at all possible I > would avoid React. > > But then again I grew up making websites with PHP on the server side and > very little client side CSS except to decorate a few tags, and only enough > JavaScript to support simple dynamic elements in the page. > > Mike > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/leo-editor/378a7398-4c43-471b-b5c7-92a00a554baen%40googlegroups.com.
