sinaptia waves

Articles about React .

Articles written by SINAPTIA about software development in general and Ruby on Rails and React in particular.

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.

Agustín López
Sep 27th, 2023
Development, React

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!

Enzo Beducci
Jun 14th, 2023
Development, React

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?

Enzo Beducci
May 24th, 2023
Development, React

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!

Lucas Belenda
Apr 5th, 2023
Development, React

Mounting react components

Our approach to building modern React frontends within a Ruby on Rails monolith makes use of the best of both worlds.

Lucas Belenda
Oct 21st, 2021
Development, React