---
title: My React framework
date: 2023-07-19T16:57:10Z
modified: 2023-07-20T12:49:29Z
permalink: "https://dogwonder.co.uk/2023/07/my-react-framework/"
type: post
status: publish
excerpt: ""
wpid: 4715
categories:
  - Code
featured_image: "https://dogwonder.co.uk/wp-content/uploads/2023/07/Petrify-2023-07-20-at-13.49.08.png"
---

```
<script>const urlParams = new URLSearchParams(window.location.search);</script>
<?php isset($_GET['foo']); ?>
<?php $query = new WP_Query( $args ); ?>
<meta name="view-transition" content="same-origin">
```