Skip to content

Refactor filters to use ToolsProvider and update data fetching for tools page#87

Merged
mre merged 2 commits into
mainfrom
phase2/cleanup
Feb 19, 2026
Merged

Refactor filters to use ToolsProvider and update data fetching for tools page#87
mre merged 2 commits into
mainfrom
phase2/cleanup

Conversation

@mre

@mre mre commented Feb 18, 2026

Copy link
Copy Markdown
Member

Benefits

  1. No more API calls for filtering/pagination on the tools page
  2. Faster page loads (all data is pre-rendered at build time)
  3. Better SEO since page is fully static with ISR
  4. Simpler architecture because filtering happens client-side with static data
  5. Can now remove old API routes and React Query for tool

mre added 2 commits February 19, 2026 00:56
page

Benefits

1. No more API calls for filtering/pagination on the tools page
2. Faster page loads (all data is pre-rendered at build time)
3. Better SEO since page is fully static with ISR
4. Simpler architecture because filtering happens client-side with
   static data
5. Can now remove old API routes and React Query for tool
@mre mre merged commit c97d2f9 into main Feb 19, 2026
2 checks passed
@mre mre deleted the phase2/cleanup branch February 19, 2026 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant