Skip to content

Instantly share code, notes, and snippets.

View koenverburg's full-sized avatar
:octocat:

Koen Verburg koenverburg

:octocat:
View GitHub Profile
@koenverburg
koenverburg / modules.ps1
Last active May 4, 2020 18:57
Getting started with powershell
Install-Module posh-git
Install-Module oh-my-posh -Scope CurrentUser
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck
[react-class-to-functional-component]
# Geven this as input this should rewrite it in a functional component
#export class Example extends React.Component {
# componentDidMount() {
# // hii from componentDidMount
# }
# componentWillUnmount() {
# // hii from componentWillUnmount