Latest Updates

Documenting code, one commit at a time.

MVVM 1 post
×

Building a Recipe Presentation Module with MVVM in React Native

In the nevera-smart project, we're focusing on creating a streamlined and intuitive recipe presentation module. This involves displaying recipes in a user-friendly format, complete with a detailed view accessible through a modal. The architecture leverages the Model-View-ViewModel (MVVM) pattern to separate concerns and improve testability.

Core Components

The recipe presentation module

Read more