Fullstack Engineer
10mos
Fold, Apr 24' - Present
@Psuranas
Prateek Surana
@Psuranas
FullStack Engineer currently building Fold who loves creating awesome stuff and writing about the things he learns along the way, usually about JavaScript, React, and TypeScript.
FullStack Engineer currently building Fold who loves creating awesome stuff and writing about the things he learns along the way, usually about JavaScript, React, and TypeScript.
Fullstack Engineer, Fold
Bangalore, India
3
projects
3
1
prize
1
35
hackathons
35
10
Hackathons org.
10
10 months
Apr 24' - Present
Contributing to all things related to iOS, Android and web.
10mos
Fold, Apr 24' - Present
4y 11mos
Devfolio, Aug 22' - Dec 23'
S
C
H
A smart water system for every household to reuse the waste water from purifiers along with a smart gardening system based on IoT.
890
contributions in the last year
Feb
S
M
T
W
T
F
S
Jan
344
stars earned
95
repositories
175
followers
A Twitter clone built in both Next.js and Remix to compare the differences between the two frameworks
TypeScript
92Stars
10Forks
:heavy_check_mark: OTP Input Component for React
TypeScript
673Stars
429Forks
A twitter bot that tweets random frames every hour from the Netflix show Arcane
TypeScript
3Stars
0Forks
A weekly newsletter with insightful tips, tools, resources & more on React and JavaScript. Made with NextJS && TailwindCSS. Curated by @gupta-ji6 && @prateek3255.
TypeScript
26Stars
7Forks
prateeksurana.me
When it comes to building web applications, React has been at the forefront for a while now, and its adoption continues to grow. Among the most common approaches to building web applications with React, Next.js stands out as one of the most preferred options. Next.js has also been in the limelight since last year when they released their biggest update to the framework ever with the app router. This introduces a new routing architecture that uses nested layouts and is closely integrated with React Server...
prateeksurana.me
React is a powerful UI library that provides developers with a great developer experience (DX) through its declarative approach to building user interfaces. This approach abstracts away the complexity of manipulating DOM nodes, making it easier to build UIs. However, there are times when you need to access the DOM nodes managed by React, such as when you need to focus a node or measure its size. Unfortunately, there is no built-in way to do this with React. This is where refs come in. The useRef API prov...
prateeksurana.me
The popularity of React as a UI building library has only been growing and rather accelerating over the past few years. At the time of writing this article, it has 14 million+ weekly npm downloads, which I know isn’t a correct measure for the popularity of a library, but the React Devtools chrome extension alone also has more than 3 million weekly active users. However, the rendering patterns in React have almost been the same until React 18. So in this article, we’ll be looking at React's current render...