import React, { useState, useEffect, useCallback } from 'react' import { usePage } from '@inertiajs/react' import axios from 'axios' import PostCard from '../../Components/Feed/PostCard' import PostCardSkeleton from '../../Components/Feed/PostCardSkeleton' function TrendingHashtagsSidebar({ hashtags, activeTag = null }) { if (!hashtags || hashtags.length === 0) return null return (
Most engaging posts right now
Check back soon — posts are ranked by engagement.