#React

4 Posts


/news/apple-com-react-redesign

Apple.com React Redesign

Apr.22.2018 | 4m Read | ^UX
Apr.22.2018 redesign of Apple.com. Home: The top navigation (or nav) links like 'mac', 'iphone', 'ipad' (and other idevices) now sports SVG icons. It is a custom headroom component with a soft shadow (dark blue) optimized for light-grayish backgrounds. A '3D' or embossed look for the down CSS style…
/news/bcrypt-jw-ts-vs-cookies

bcrypt & JWTs vs Cookies

Dec.11.2017 | 8m Read | ^Security
Here we cover some core concepts of security and progress down the cryptographic rabbit hole of passwords, encryption, and web storage. Buckle-up Buck-o. Cyber vs IT Security: ▼ Considerations: ▼ The CIA Pillars of IT Security: Middleware (software): ▼ How does it work? ☑⁡⁡ The middleware (software…
/news/react-native-vs-cordova-vs-ionic

React Native vs Cordova vs Ionic

Nov.02.2017 | 2m Read | ^UX
You are using React , but maybe you want to move or port to mobile apps? React Native might be what you need. Or perhaps a hybrid approach like Apache's Cordova or the Ionic framework. Everything is here to get started as a mobile app developer in 3, 2, 1... React Native vs React: ☑ Different…
/news/react-with-router-redux

React with Router & Redux

Oct.17.2017 | 12m Read | ^UX
Facebook's React is an open-source framework (free, reusable code). It powers many complex User Interfaces ( UI s) for apps. We shall cover not only the basic operations and lifecycle, but the MVC ( M odel V iew C ontroller) software pattern, networking protocols , and Redux (state…