2024
TamaGui
We are getting a bit closer at having the expo-bbq
become a complete package!
There are about 15 more components pending integration and migration but should be done before the end of the year.
One of the cool perks that will come with this being complete is that we will be able to fast track app production to almost a weekend.
The feeling will be amazing, an idea to a production app within 72 hours.
LCAgents
Let me update the deployment pipeline so that the beta branch will just push the code out for the expo.
First we will start the development cycle of the alpha
branch, which should push our code changes to the alpha.lc-agents.com
but we still have not yet set that up.
Since the site already looks like trash, we will just push the code out to main and then rotate out later on, once it gets better metrics.
Okay, updated the lottie animations and the dev branch pipeline! This should make it a bit easier for us to have the code migrations occur without breaking the whole cicd.
Lottie
Within the expo-bbq
, we will start with a lottie hero, which will appear on the first load of the application / website.
I am usually against this type of flow, usually having a heavy website is a bit of a burden but there are some amazing tricks we can utilize in the future to help us out.
The lottie json is around 200kb but an optimized dot lottie would bring it down to 30kb, however we can only use the optimization on the website because the react native integration for lottie seems to be a bit broken.
For this aspect of the integration, we will create the hero component and