Skip to content

Conversation

@sergiolemus
Copy link

@sergiolemus sergiolemus commented Jun 19, 2025

πŸ§‘β€πŸ’Ό Checklist

  • Verify understanding of prompts with @goncy.
  • Submit for review.

πŸ§‘β€πŸ’» Description

  • C1: Update homepage to be statically generated
  • C2: Add middleware for campaign selection + cookie for user bucket
    • Maintains statically generated homepage.
  • C3: Statically render PDP's with 100+ reviews + dynamically render others
  • C4: Update PDP to have related products be streamed rather than static
  • C5: Update PDP for 1s live updates on review count for products with price > 50

@sergiolemus sergiolemus marked this pull request as draft June 19, 2025 05:23
@sergiolemus sergiolemus marked this pull request as ready for review June 20, 2025 21:01
useEffect(() => {
const fetchData = async () => {
const product = await api.product.get(id);
console.debug("Reviews Live Update!");
Copy link
Author

@sergiolemus sergiolemus Jun 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ§‘β€πŸ”¬ Included console.debug only for demo purposes.

@sergiolemus
Copy link
Author

βœ… Ready for Review!

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