luciano.mizra
Explore posts from serversHot refresh
I understand that one of the disadvantages we have when working with TALL is that every change in a Blade template requires me to refresh the entire screen in the browser instead of using "Hot Module Replacement." This takes a few seconds with each change. Does anyone have any advice or practices so that every time I save, it doesn't result in a long wait and I can maintain an uninterrupted workflow? (Let’s understand that this is not a criticism of the stack, but rather a way to find a solution to a problem.)
3 replies
Isolate CSS in BlocksPreview
I am creating previews for a "Builder (blockPreviews)" form with the new filament function.
But it turns out that it inserts the blade view as is in my panel and I need to use the styles of my "front" and ignore those of filament that I am using as an admin panel only.
I thought about creating iframes but there I should solve the way I send the props and the load would be slow.
Has anyone considered this problem before?
5 replies