Skip to content
Partiellkorrekt
  • Fake IE
  • Home

Don't know where to look?

You can search all my notes here

Category: Javascript

Extract the Proptypes from a React-Component in Typescript

When I write React-Components in Typescript, I typically do something like this: import React from ‘react’ export type ExampleProps =…

react
react-native
typescript
March 23, 2021  ·  November 1, 2022
Speedup eslint

Sometimes it happens that eslint-times seems to get extremly long without any apparent reason. To the point where the command…

eslint
tooling
typescript
March 23, 2021
Spy on the react-native MessageQueue in style

When your react-native app starts feeling very sluggish and it takes huge delays before it responds to user input, your…

debugging
performance
react-native
February 5, 2021
Using parsley.js with yarn

Parsley.js is a very helpful library to help you validate forms in the frontend. To use this library with a…

April 15, 2020  ·  April 20, 2020
Shuffle an array in js

const shuffleArray = arr => arr.sort(() => Math.random() – 0.5)

July 15, 2019
All Categories
CSS GIT Javascript React Native Wordpress
Tweaks
Work environment

About this page

This page contains a selection of the notes, I’m taking.

If you are involved in (web-) development, I hope you find some notes helpful.

Social media

  • Facebook
  • LinkedIn
  • GitHub
  • Instagram
Copyright © 2025 Abraham Przewodnik
  • Privacy Policy
  • Legal Disclosure