|
|
|
|
|
by the_other
1611 days ago
|
|
> CSS naming has become largely obsolete. This is enabled by tooling. The tooling is largely still using classes under the hood. If you know how to use the underlying tech well you can solve problems your framework of choice doesn’t solve for you. Not every web page is an SPA.
. Mant projects are small enough that frameworks are overkill, but good practice is still useful. Sites that are mostly content probably shouldn’t be built as if they were SPAs anyway (although many are now). |
|