by Deniz Tetik | Mar 31, 2023 | AI-Driven Development, TypeScript
React is a popular JavaScript library for building user interfaces, and it offers a lot of flexibility and power for front-end developers. However, as with any programming language, it is essential to write clean, readable, and maintainable code. One way to achieve...
by Deniz Tetik | Jan 3, 2021 | Uncategorized
Given the breackneck pace at which changes happen in the frontend, JS, and React worlds, I found it quite refreshing to find a book that dares to posit best solutions for different problems that React developers face. Given the open,...
by Deniz Tetik | Jun 23, 2020 | TypeScript
Depending on who you ask, TypeScript is one of the best things to happen in the JS community. Or it is just cramping on developers’ styles and making it harder to code. A lot of people have strong reactions to it. I’m definitely not here to persuade you to...
by Deniz Tetik | Jun 8, 2020 | Uncategorized
It is still commonly suggested among developers that Redux is the best solution for state management in 2020. At this point though, I encourage people to stop jumping to Redux as the first makeshift solution to a perceived state management issue in their React apps....
by Deniz Tetik | Apr 19, 2019 | Uncategorized
The view from my Airbnb in Amsterdam ? Introduction For months I had been looking forward React Amsterdam. With 1500+ attendees, a killer lineup, and all in an amazing city to boot, what’s not to be excited about? I flew in from warm, warm (think up to 100 degrees in...
by Deniz Tetik | Jul 9, 2018 | Uncategorized
Introduction There’s an interesting debate going on concerning where React Context leaves some pretty dominant third-party React libraries, particularly React Redux. This article introducing Context by Marshall Zobel in particular caught my attention. It’s...
by Deniz Tetik | Jun 27, 2018 | React Context
Review In part 1 of this post, we went over the fundamentals of state and props in React by building a basic blogging post app. If you are familiar with React basics, feel free to skip the last one and just go through this post. If you haven’t, you will want to...
by Deniz Tetik | Jun 25, 2018 | React Basics
Update: Part 2 of this post, featuring context, has been published! Feel free to skip part 1 if you are already familiar with React basics. Introduction Background Since the release of React 16, we have been introduced to quite a few new features. There’s even more...
Recent Comments