|
|
|
|
|
by justsomeuser
1694 days ago
|
|
OP means you are looking at both the structure of the DOM (JSX) and the CSS (className). The “tailwind” effect is due to fast feedback and iteration - there is no jumping between two files (DOM file and CSS file). Of course this also leads components eventually having huge lists of classes. But I think the fast feedback loop is worth it, because with 2D visual artefacts and the complex CSS language, often the only way to learn/get what you want is change a little, reflect, change a little, … etc. |
|
I don't view this as any more difficult than navigating a long file. Maybe I actually view it as more simple upon making that statement. What development environment are you using? Hotkeys to switch tabs is fairly base-level stuff
> often the only way to learn/get what you want is change a little, reflect, change a little
Which surely any person who is arguing for "fast feedback" would do using the browser's dev tools so you can edit CSS and instantly view the result in the same window as your actively painted view...
I would look into getting a proper editor like VSCode, setting up hotkeys, and learning to use dev tools if I was you. It sounds like you are using VIM to make your website