Skip to content

Code base improvement: Reduce searches section component

First part:

  • SearchesSection.tsx component consist of 600+ lines, there is no need for such big component. It can be divided to multiple smaller components , ideally separate components for each section

Second part:

  • Investigate if url building logic can be simplified with same functionality (probably using URLSearchParams API should work) . This would also reduce unnecessary code and make components more clear