Skip to content

Instantly share code, notes, and snippets.

View bartoszgolebiowski's full-sized avatar

Bartosz Golebiowski bartoszgolebiowski

  • Gliwice
View GitHub Profile
@bartoszgolebiowski
bartoszgolebiowski / URQL.tsx
Last active November 7, 2021 18:10
URQL query, mutation, subscription
import React, { FormEvent } from "react";
import {
createRequest,
Mutation,
MutationState,
Query,
QueryState,
Subscription,
} from "urql";
@bartoszgolebiowski
bartoszgolebiowski / App.tsx
Last active November 16, 2021 20:47
Formik multistep form + validation
import React from "react";
import {
Box,
Label,
Input,
InputProps,
Text,
Button,
Flex
} from "@theme-ui/components";