Connecting thoughts
Articles written by SINAPTIA about React.
Function Currying: A real-life use example
Moving your functions from a component to a separate file can improve readability and organization, but what happens when the data you need is outside the scope? In this article I will show you how I solved this problem with function currying.
React by example: Slider Panel
Slider panels are widely used nowadays. In this post, we’ll build a fully functional custom React slider panel with Tailwind. Ideal for overlay menus, navigation, content lists, or even forms or configuration panels!
Don't build lasting relationships with your components
Overcomplicated props, ingrowing learning curves, and eventual technical debts are symptoms that appear as new requirements emerge on a project. Design Systems evolve outgrowing our components, leading toward their end. How can we ensure that our components thrive against the design challenges we encounter daily?
Dynamic horizontal slider using React and custom hooks
A custom horizontal slider using React hooks to have full control over the design and behavior of the component. No more limitations!
Mounting react components
Our approach to building modern React frontends within a Ruby on Rails monolith makes use of the best of both worlds.