Your software development partner! Specializing in web & mobile apps using React & React Native. Plus, UI/UX design service.
Hire us: [email protected]
@Seanmclem This is an example of ternary operators. It's basically shortened if statements e.g
if (isTrue) {
console.log("this is true")
} else {
console.log("this is false")
}
is same as
isTrue ? console.log("this is true") : console.log("this is false")
OpenAI released a new AI model that can create realistic and imaginative scenes from text instructions called Sora.
It's crazy how AI has developed throughout these years.
#AI#OpenAi#SoraAI#Sora#4twiggers
https://t.co/5kim8wofus
Meta just added react-strict-dom (RSD) which aims to improve and standardize the development of styled React components for web and native
This increases the speed of react development without losing performance
https://t.co/tH3CZTrtB7
I stumbled upon an open source code editor from creators of Atom called Zed.
It has high-performance, integrated GitHub Copilot and GPT-4.
Will Zed be the preferred choice over Visual Studio Code?
https://t.co/ihtoxGJ8Hq
@zeddotdev#zeddotdev#vscode
Finished updating my very first animations collection. All of the animations use standard @reactnative Animation and PanResponder APIs.
- Temperature Controller
- Add to Cart curve
- Login animation
- Slider with Balloon
- 3D Menu
https://t.co/96osTY0THS