I'd imagine a reusable React component something like: <Alert type="danger"> Are you sure? </Alert> Of course this solution would work in other templating engines as well. The alternative would be extracting css…
"[...] you have to individually fix every heading on every page." You should have utilized a template engine in the first place. So you'd only have to change the layout/partial/component that is responsible for…
I'd imagine a reusable React component something like: <Alert type="danger"> Are you sure? </Alert> Of course this solution would work in other templating engines as well. The alternative would be extracting css…
"[...] you have to individually fix every heading on every page." You should have utilized a template engine in the first place. So you'd only have to change the layout/partial/component that is responsible for…