Press ⌘K to focus search
Filters
0

Search Results

About 1,250 results (0.42 seconds)

Getting Started with Next.js 15

docs.example.com/nextjs/getting-started

Learn how to build modern web applications with Next.js 15 App Router, Server Components, and the latest features. This comprehensive guide covers...

article
2024-03-15John Doe12,500 views
Next.js
React
Web Development

React Server Components Deep Dive

react.dev/learn/server-components

Understanding the architecture and benefits of React Server Components. How they work, when to use them, and best practices for...

documentation
2024-03-10React Team8,200 views
React
Server Components
Performance

useSearchFilter.ts

github.com/example/hooks/useSearchFilter.ts

export function useSearchFilter<T>(items: T[], query: string, keys: (keyof T)[]) { return useMemo(() => { if (!query) return items; const lowerQuery = query.toLowerCase();

code
2024-03-08jane_dev234

Building a Search Interface - Tutorial

youtube.com/watch?v=example

Complete tutorial on building an advanced search interface with React and TypeScript. Covers filtering, pagination, and...

media
2024-03-05Tech Academy5,600 views45:30

Performance Optimization Techniques

blog.example.com/performance-optimization

Explore advanced techniques for optimizing React applications including code splitting, lazy loading, memoization, and...

article
2024-03-12Sarah Chen9,800 views
Performance
React
Optimization
Showing 1-10 of 1,250 resultsper page
...