Remix.run Logo
▲ loeg 20 hours ago

> How does it otherwise work if I am not even quite sure what exactly I want to build myself?

It makes some plausible choices and you can retroactively ask it to make different ones later, if you want.

▲matsemann 18 hours ago | parent [-]

My experience with that is not very good. It gets so hung up in its initial decision. Like, it won't make changes because they're "breaking", for something never even committed. Or it will litter the code base with defensive code and comments about the path not chosen.

▲qvq 10 hours ago | parent | next [-]

This is my experience as well. Changing the initial decision is a hassle so I just start over most of the time.

▲loeg 11 hours ago | parent | prev [-]

> My experience with that is not very good. It gets so hung up in its initial decision. Like, it won't make changes because they're "breaking", for something never even committed.

This hasn't been my experience.

> Or it will litter the code base with defensive code and comments about the path not chosen.

I've definitely seen this, though.