Notes
About
Personal blog by
twentyse7en
Mostly programming notes, sometimes other stuff
Oct 22, 2024
·
701 words
React Native: New Architecture
react
react-native
app
Oct 28, 2023
·
375 words
Simple HTTP server with GO
go
web
server
Apr 1, 2023
·
649 words
What's new in React 18
javascript
react
upgrade
Feb 28, 2023
·
399 words
useReducer 101
javascript
react
hooks
readability
Jan 14, 2023
·
187 words
useContext 101
javascript
react
hooks
Oct 12, 2022
·
228 words
Singleton Pattern
javascript
singleton
May 22, 2022
·
447 words
Async and Performance
javascript
YDJS
async
Apr 8, 2022
·
301 words
in operator (JS)
Apr 7, 2022
·
129 words
Copy stuff from tmux in vi mode
tmux
vim
workflow
Apr 3, 2022
·
382 words
Stow dotfiles
unix
work
productivity
Mar 12, 2022
·
303 words
Proper way to update nested state in React
react
frontend
javascript
Feb 27, 2022
·
356 words
scrollTop, scrollHeight and clientHeight
css
web
Feb 9, 2022
·
643 words
useMemo and useCallback, when to optimize
Feb 4, 2022
·
231 words
Better css classnames with BEM
css
web
Jan 30, 2022
·
690 words
React From Scratch
Jan 28, 2022
·
296 words
Reconciliation
javascript
react
frontend
reconciliation
Jan 22, 2022
·
132 words
Closure
javascript
closure
Jan 22, 2022
·
275 words
let in for loop
javascript
closure
Jan 20, 2022
·
228 words
Hoisting
javascript
hoisting