Day 28: React Native
Whoops! It’s day 28 out of 30 of my #ReactNativeIn30Days. In today’s post, I will bring you up to speed on what I worked on today on the expense tracker app project.
There’s one thing about building an application whether it’s a mobile app web app or desktop app. There is always room for improvement. I chipped this in because I felt I was repeating myself in each post I publish on what I’m working on.
Today wasn’t different. I continued from where I ended yesterday. I realized that one component had become enormous. I refactored the code by creating components for each block of code. Moreover, I changed some of the variable namings to be more descriptive and removed some unused code.
My next call of action is to implement the updated UI I have created to improve the application’s user interface.
Wrap up:
In today’s’ post, I touched on the changes I continue to make to improve the application in general.