Articles

In order to create a good mobile application, you need to choose a fully-fledged platform and an appropriate SDK toolkit. Both React and Flutter have amazing features allowing you to craft beautiful and multi-functional apps. However, the choice between those two depends on what exactly you are planning to create. Let’s compare the programming possibilities of React and Flutter, their communities, and famous supporters.

Flutter Toolkit for Mobile App Development

Flutter’s history dates back to 2014 when, in pursuit of speed, the Google Chrome team experimented with rendering page content. The purpose of the experiment was to check if it is possible to speed up the rendering when abandoning the traditional layout model. At the same time, the team wanted to get rid of the backward compatibility burden that has accumulated across many years of the web’s existence. The basis for the experiments was the Blink engine, and the result was a 20-fold increase in productivity due to the following changes:

Source de l’article sur DZONE

In this series, I’ll be discussing the phases of a project encompassing a non-trivial set of Ethereum smart contracts and the React/Redux application that communicates with them. The project, called In-App Pro Shop, aims to help Ethereum developers easily support in-app purchases, and it was written over the last half of 2018 as a way of learning about the Ethereum development ecosystem. This project revealed many aspects of the power and constraints of Ethereum and its programming language Solidity. I hope to pass as much of that on to you as possible in this series.

The Goal

I wanted to create a system wherein developers of Ethereum-based apps or games with in-app purchases could mint the items they sell as ERC-721 tokens (like CryptoKitties). It would handle most of the heavy lifting so that those developers could get on with the business of writing a kick-ass product.

Source de l’article sur DZONE