Dutch freelance frontend engineer. ReactJS, NextJS, Typescript, NodeJS, VueJS, NuxtJS, HTML, CSS, Javascript.
-
Celar
- The netherlands
- www.celar.nl
Pinned Loading
-
boilerplate-reactjs-ssr-typescript
boilerplate-reactjs-ssr-typescript PublicBoilerplate ReactJS with serverside rendering. Powered by TypeScript, Redux, GraphQL and ExpressJS.
TypeScript
-
-
-
Accordion item class written in Type...
Accordion item class written in TypeScript. 1import * as React from 'react';
2import * as style from './Accordion.css';
3import Button from 'react-toolbox/lib/button';
4import { history } from '../../store/configureStore';
5 -
useResizeObserver
useResizeObserver 1import { useEffect, useState, useRef } from "react";
23function useResizeObserver(resizeSubject) {
4const [contentRect, setContentRect] = useState({});
5const resizeObserver = useRef(null);
-
Check if dates fall inside a range
Check if dates fall inside a range 1/**
2* Helper function to check if a date range is overlapping of inside the given from/to dates
3*
4* @param from String from date "2022-02-31"
5* @param to String to date "2022-02-31"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.