Is there a way to make flex container fill completely as much as possible by reordering flex items depending on their width?
We have flex wrap on flex container. So flex items wrap.
Example: there are four flex items. First two items fit perfectly in the first row. Third item is large so it cant fit in the remaining space in the first row so it goes to next row. Fourth item is small and could fit in the first row but flex doesnt alter flex items order so first row remaining space is empty (no stretch).
Is there a way to tell flex to re order fourth item to fill the first row completely?
Also I have suggestion for you matt. I see there are free tags on projects now so I am assuming there will be paid ones as well. I think another way you can make this more worthwhile is to provide paid code review service. I also hope you add really advance projects as well to practice with react etc.