Kristofer Selbekk
Kristofer is a senior developer at Bekk, who loves React and web development. When he’s not coding, he’s trying to raise two kids and a dog, and get his old Porsche to run.
15 articles by Kristofer Selbekk
Get your repository ready for Hacktoberfest
How to quickly get your open source repositories ready for the event
What NOT to do at Hacktoberfest 2022
Mistakes to avoid when taking part of Hacktoberfest 2022
Moving from Next to Remix
Lessons learned migrating a blog site from Next into Remix.
Tips for creating a component library
How to develop a component library that everybody will want to use!
Creating a table of content widget in React
Learn how to create a very dynamic table of content widget using React
The Most Popular Alternative UI Libraries
5 alternatives worth checking out to the classic web frameworks today
Where to Learn React.JS in 2022 - A List of Resources for New Developers
A list of resources for those looking to get started with React.JS in 2022
Redux Who? Handle your own state instead
Learn to handle your own state instead of relying on overly complex libraries you don't need.
How Relevant is Still TypeScript in 2021?
Is TypeScript still the best type-safe language for the web in 2021?
Catching Errors in React with Error Boundaries
Error handling is a must for every application, Error Boundaries are the React-way of dealing with errors within your apps
Redux Alternatives in 2021
Should you be using Redux in 2021? Isn't there a better alternative for your use case?
An introduction to React Developer Tools
Learn how to get started with the React Deveveloper Tools and how you can use them to take your React game to the next level
Writing end-to-end tests in 2021
Writing tests can be tedious and boring, but with e2e tests you can minimize the number of tests you write and miximize the amount of code you cover
Smart Optimization Techniques: Lazy Loading with React
Learn how to optimize the loading time of your React applications using Lazy Loading
Is Redux Dead?
Should you still worry about learning Redux?