erojas.devertek.io logo
Blog hero image

Content creators | innovators

Thoughts on code, design, and strategy — written for those building the next generation of digital experiences.

challengesnextjsreactday_1_challenge

Thirty days of practical challenges with NextJS

I've had the idea of a 30-day personal challenge stuck in my head forever. It's the usual story: work and life get in the way. But I'm done with excuses. Today is the day I start.

Edgar Rojas

Edgar Rojas

Author

reactdesign-patterns

Higher-Order Component (HOC) Pattern in React

React is a powerful library for building user interfaces, and one of the patterns that exemplify its flexibility is the Higher-Order Component (HOC) pattern. HOCs are an essential tool for writing reusable and maintainable code in React applications.

Edgar Rojas

Edgar Rojas

Author

reactdesign-patterns

React Container and Presentational Components Pattern

Design patterns provide standarized solutions to common problems in software development, leadign to more reliable, scalable, maintenable and efficient applications.

Edgar Rojas

Edgar Rojas

Author