This is a snapshot for ReactiveConf open call for lightning talks.
If you want to uncover the depth of service workers and how they are revolutionizing the page speed of web apps, please ⭐️ star this gist. #ReactiveConf
| import withStyles from '@material-ui/core/styles/withStyles'; | |
| import React, { useState } from 'react'; | |
| import { withQuestionWrapper } from '@scacap-whitelabel/components/lib/questions/component/wrapper'; | |
| import Grid from '@material-ui/core/Grid'; | |
| import { withI18n } from '@scacap-whitelabel/components/lib/i18n'; | |
| import InfoPopup from '@components/info-popup'; | |
| import { AmountInput } from '../input'; | |
| import Hint from '../hint'; | |
| const styles = ({ breakpoints, spacing }) => ({ |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="WeekCalendar"> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> |
This is a snapshot for ReactiveConf open call for lightning talks.
If you want to uncover the depth of service workers and how they are revolutionizing the page speed of web apps, please ⭐️ star this gist. #ReactiveConf