Getting started with React is simple. There's only three things you need to know to get started: Components, props, and state.
Components are the basic building blocks of a react app. They have a render
method:
const React = require("react")
import 'dart:convert'; | |
import 'dart:typed_data'; | |
import 'package:flutter/material.dart'; | |
import 'package:pointycastle/api.dart'; | |
import 'package:pointycastle/block/aes_fast.dart'; | |
import 'package:pointycastle/block/modes/cbc.dart'; | |
import 'package:pointycastle/padded_block_cipher/padded_block_cipher_impl.dart'; | |
import 'package:pointycastle/paddings/pkcs7.dart'; |
packages: | |
yum: | |
ImageMagick: [] | |
ImageMagick-devel: [] | |
container_commands: | |
01-wget: | |
command: "wget -O /tmp/ffmpeg.tar.xz https://johnvansickle.com/ffmpeg/release-source" | |
02-mkdir: | |
command: "if [ ! -d /opt/ffmpeg ] ; then mkdir -p /opt/ffmpeg; fi" | |
03-tar: |
https://github.com/10sr/dotfiles
設定を書く場所を集約したい