My name is Alex, I'm a JS/React frontend developer. I'm good with React, familiar with NextJS/TailwindCSS, and unit/integration testing.
React |
TypeScript |
NextJS |
Tailwind |
Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data, e.g.numbers will be decoded as numbers not strings. With TS validation. Shared st…
Horizontal scrolling menu component for React.
/* eslint-disable cypress/no-unnecessary-waiting */
import React from 'react';
import { ThemeProvider } from '@material-ui/core/styles';
import CssBaseline from '@material-ui/core/CssBaseline';
import { Popper, Paper } from '@material-ui/core';