Published onOctober 17, 2021Bundle a React library with ParcelreactparcelCreate a React library and bundle it with the new Parcel v2. Parts of Parcel are rewritten in Rust and that means it is now faster than ever
Published onAugust 4, 2021Understand how styled-components works by creating a clonereactFirst article in a guide on how to build your own styled-components clone. Understand why it is necessary and how to start working on your own library
Published onJuly 28, 2021The const keyword does not create immutable variablesreactjavascriptThe const keyword creates a read-only reference to a value. It does not mean that the value itself is immutable. It is just that the variable identifier cannot be reassigned
Published onJuly 14, 2021Cut down your Webpack build times by half with esbuild-loaderwebpackreactSpeed up your Webpack builds by leveraging esbuild, a tool written in Go that promises faster build times even for large codebases
Published onJanuary 24, 2021Firebase authentication with a third-party 0Auth providerfirebase0authEnable your users to log into Firebase even with unsupported providers like Discord with this handy feature