Skip to content

lukasgjetting/lukasgjetting

Repository files navigation

Hi

I mostly do web stuff. Mostly in React.

Projects

Code

Typescript Parcel

A weekend project to use the public Chess.com API. Generates a few pretty charts and crunches some numbers.

If you don't have a Chess.com user, you can try the tool by entering lukasgjetting.

react-hook-search

Code

Typescript React

An NPM package to easily add search functionality to your React app..

You simply provide the hook with a list of objects and a list of properties to search in.

eslint-plugin-parentheses-single-line-jsx

Code

Typescript ESLint

An ESLint plugin that provides a rule to enforce parentheses around single line JSX.

IMO, adding parentheses around JSX makes it easier to separate from other code.

For multiline JSX, we have react/jsx-wrap-multilines. However, there is no such rule built-in for single line JSX.