Design comparison
SolutionDesign
Community feedback
- @elder2701Posted 10 months ago
Hi,
Your solution is quite good; however, I have some recommendations on how you can improve it, if you don't mind.
In your case, you can remove the
<>
before<section>
. You already have the main node for correct JSX.Additionally, it would be better to split your app into different components. For example, you have a form, map, a list of position details, and position details. By using components, your app will become more organized, clear, and extendable.
Hope it helps you
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord