It may as well be too much to ask, but I wish we could improve developer experience somehow. And I don’t have a solution to the following issues, but just flagging them out here for all of us to give it some thought.
[ ] Docker is being super slow even on my top-spec MacBook Pro. The dev server would start fans spinning full-speed after not even a minute. This is how my CPU is clogged when delegating just one CPU to Docker:
[ ] as a result of the above, reloading pages takes quite a while: ±10 seconds with no changes to the codebase and up to 40s when recompiling things for reload after even minor changes to the codebase
[ ] i may be living in a fantasy word, but automatic reload would be nice, not to mention hot loading (of at least styles, not necessarily js).
It may as well be too much to ask, but I wish we could improve developer experience somehow. And I don’t have a solution to the following issues, but just flagging them out here for all of us to give it some thought.
[ ] as a result of the above, reloading pages takes quite a while: ±10 seconds with no changes to the codebase and up to 40s when recompiling things for reload after even minor changes to the codebase
[ ] i may be living in a fantasy word, but automatic reload would be nice, not to mention hot loading (of at least styles, not necessarily js).
…probably more to come to this list.