Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 465 Bytes

Next.js with Woocommerce

🍭 This project is only preview purpose to show how to use Redux Thunks with Woocommerce API. Please keep it mind that in NextJS data fetching is explain in the docs: https://nextjs.org/docs/pages/building-your-application/data-fetching

Stack

  • Next.js 14
  • Woocommerce
  • Redux Toolkit
  • TailwindCSS
  • TypeScript
  • Jest

What inside?

  1. State for cart ( add, remove )
  2. Pagination
  3. Fetch data with thunks and more...