Skip to content

Commit

Permalink
Added image and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sergihernanz committed Sep 5, 2024
1 parent e82c0f1 commit ca8dcf7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Inqbarna tech blog source

Source of contents at [iqb-tech-blog|(https://inqbarna.github.io/iqb-tech-blog/)]

## Setup

Install needed dependencies:

```sh
gem install jekyll bundler
bundle install
```

Uou may need brew and some gem environment selector? Please see [(https://jekyllrb.com/docs/installation/macos/)]

And... you may install Visual Studio Code, which is nice for markdown editing.

## Contributing

Add your new posts to the `_posts` folder.

You can debug your results running
```sh
bundle exec jekyll serve --livereload
```

#### More Info

More info at [Jekyll|(https://jekyllrb.com/docs/)]

## Deploy

Pushing to main automatically depoys to [iqb-tech-blog|(https://inqbarna.github.io/iqb-tech-blog/)].
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ date: 2024-09-04 21:31:41 +0200
categories: swiftui
---

![Image]({{ site.baseurl }}/assets/images/decouple-swiftui-views-viewmodels.webp)

SwiftUI has revolutionized the way we build user interfaces for Apple platforms, offering a declarative syntax that’s both intuitive and powerful. However, as with any UI framework, it's crucial to maintain a clean architecture that separates the concerns of UI, business logic, and data management. This article will walk you through the best practices for decoupling your views from their view models in SwiftUI.

### **Why Decouple Views from ViewModels?**
Expand Down
Binary file not shown.

0 comments on commit ca8dcf7

Please sign in to comment.