Skip to content

Add new examples: with-todos and with-api-fetch#128

Open
Serafeim-Katsaros wants to merge 1 commit into
KidkArolis:masterfrom
Serafeim-Katsaros:add-new-examples
Open

Add new examples: with-todos and with-api-fetch#128
Serafeim-Katsaros wants to merge 1 commit into
KidkArolis:masterfrom
Serafeim-Katsaros:add-new-examples

Conversation

@Serafeim-Katsaros
Copy link
Copy Markdown

New examples included

1. with-todos

A simple React todo application that demonstrates:

  • React functional components
  • useState hooks
  • Basic component composition
  • Client-side state management
  • Running a small interactive app with Jetpack

2. with-api-fetch

A React example that fetches and displays data from a public REST API.
This example demonstrates:

  • Fetching data from an external API
  • useEffect and useState hooks
  • Rendering async data
  • Real-world API usage with Jetpack

Purpose

These examples aim to:

  • Make it easier for new users to understand how to use Jetpack
  • Provide practical, beginner-friendly reference projects
  • Complement the existing examples with more interactive and realistic scenarios
Screenshot_2025-12-23_08_38_27 Screenshot_2025-12-23_08_37_56

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