#140 – March 25, 2018
GitLab 10.1 released with Image Discussions and Rejection of Unsigned Commits
Manage your visual assets like you manage your code. Collaborate on design socially with resolvable image discussions. You can easily target a specific coordinate of an image and start a discussion around it. Image discussions are available in merge requests and commit detail views.
ArXiv Papers: React Native Android App
ArXiv Papers is an open source mobile application to search, download and save arXiv papers. It was developed using a react native / redux framework and is currently available for smartphone and tablet devices. You can get it on Google Play.
How to do implement world 2 factor authentication (both SMS and TOTP) using React, React Router, and Amazon Cognito In this post, we’ll walk through how to implement real world user sign up and sign in with two factor authentication along with a routing and an authentication flow in a React web application.
Gestalt is a set of React UI components that enforces Pinterest’s design language. We use it to streamline communication between designers and developers by enforcing a bunch of fundamental UI components. This common set of components helps raise the bar for UX & accessibility across Pinterest.
All important info about React gathered in one file.
Hooking Up Firebase to Your Redux Store
Firebase is an awesome real time database by the people at Google. It allows you to persist data without relying on any server side database and it updates in real time! In this tutorial I will show you how to use it with React-Redux while making a ToDo app.