IT

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 






 







 


IT

 

 

AI  

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

Web  

 

 

PlayStation  

 

YouTuber  

 





 

 





 

 

 












Run crossbrowser e2e testing on GitHub Actions  

5users  
dev.to/mizchi  


GitHub Actions can use windows and mac for ci container so I think, "IE11 and Safari work on CI?". Speaking from conclusion, it works! I succeeded to run windows/ie11 mac/safari windows/chrome windows/firefox on GitHub Actions. My working example is here. https://github.com/mizchi/frontend-gh-action-playground Setup I use node.js selenium-webdriver and jest(-ts). // e2e/runWithSelenium.ts import w



 

2019/09/22 00:09
 







 

















Minimum flux with useReducer - DEV Community 👩💻👨💻  

10users  
dev.to/mizchi  


Inject state and dispatcher context by React.Context and useContext import React, { useReducer, useContext, Dispatch, ReactElement } from "react"; import ReactDOM from "react-dom"; type CounterState = { count: number; }; const initialState: CounterState = { count: 0 }; function reducer(state: CounterState, action: any) { switch (action.type) { case "reset": { return initialState; } case "increment



 

2018/11/28 21:23
 



 











Mount vue component in react with webcomponents  

4users  
dev.to/mizchi  


I tried helpers to mount react and vue components via webcomponents. https://github.com/mizchi/wc-helpers My goal is to try micro-frontend. import { vueElementFactory, reactElementFactory, encodeProps } from "@mizchi/wc-helpers"; // register customElements.define("my-react-component", reactElementFactory(MyReactApp)); customElements.define("my-vue-component", vueElementFactory(MyVueApp)); // run c



 

2018/11/22 08:09
 



 











redux-workerized - Redux in WebWorker for React and Vue - DEV Community 👩💻👨💻  

4users  
dev.to/mizchi  


I made experimental modules to use redux in worker. mizchi/redux-workerized TypeScript Friendly API Redux.Store in Worker React Hooks API and Vue Plugin Shared Store example Code full code is here https://github.com/mizchi/redux-workerized/tree/master/examples/microfront import "@babel/polyfill"; import { RootState, increment, Increment, INCREMENT } from "./reducer"; const worker = new Worker("./w



 

2018/11/12 15:34
 













React starter with 9 lines html

39users  
dev.to/mizchi  


Save this code as index.html and open by your (modern) browser. <div id=root /> <script type=module> import React from 'https://dev.jspm.io/react@16' import ReactDOM from 'https://dev.jspm.io/react-dom@16' ReactDOM.render( React.createElement('h1', null, 'hello'), document.querySelector('#root') ) </script> Enjoy! How it works This is shorthand html file without <html>, <body> and so on. Just <div



 

2018/06/19 00:20
 









 











Static HOC analysis for recompose and redux by flowtype  

5users  
dev.to/mizchi  


/* @flow */ import React from 'react' import { bindActionCreators, combineReducers } from 'redux' import { compose, lifecycle, pure, type HOC } from 'recompose' import { connect } from 'react-redux' // reducer const INC = 'inc' const inc = () => ({ type: INC }) type Counter = { value: number } type Action = $Call<typeof inc> const counter = (state: Counter = { value: 0 }, action: Action): Counter



 

2017/12/20 05:24
 













Implement your GraphQL server on Firebase Function  

3users  
dev.to/mizchi  


Why SPA and Mobile App need just one single endpoint to graphql. This way can not implement subscription with ws backend. I think I don't need it because firestore will resolve it. What I will not write in this article... How to deploy to firebase GraphQL Server implementation webpack / npm install / package.json functions code functions/index.js const functions = require('firebase-functions') con



 

2017/11/27 11:45
 













How to build firebase function by webpack  

4users  
dev.to/mizchi  


package.json firebase.json functions/ _dist/ # generated by webpack index.js package.json index.js # entry point webpack.config.js // functions/webpack.config.js const pkg = require('../package') const GenerateJsonPlugin = require('generate-json-webpack-plugin') // Set externals that you don't want to build by webpack const externals = [ 'firebase-admin', 'firebase-functions' ] const genPackage =



 

2017/11/26 21:31
 













 dev.to   

902 users  
dev.to/mizchi  


 SPAPWA ReactSPAReact = SPA  SPA使/ AMP/PWA R&D使 PWA使



 

2017/11/16 10:04
 





















 



































 

Koutaro Chikuba  DEV Community Profile  

 



j

k

l

e

o
 
 
















 









 

















 









 









 







Pro



 




 






App Storeからダウンロード
Google Playで手に入れよう


Copyright © 2005-2024 Hatena. All Rights Reserved.
 





x