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/CAN%2B%2B4hETFWXX_bMP8EZTj57W9Wb7Ciq8-HL_ggbDbKvHzgCZmQ%40mail.gmail.com.

Reply via email to