varHarrie

Results 15 comments of varHarrie

@brillout I am the owner of `vuex-action`, I 've update Readme.md and add examples.

> 自告奋勇,推荐下自己写的这个[liuye1296/react-keepAlive](https://github.com/liuye1296/react-keepAlive) 之前v5 我也是用的作者这个库,V6之后 可以利用V6跟React 原生API 实现keepAlive 不再需要第三方库实现了 @wkylin 根据这位大佬提供的实现方式,简化并提取最核心的部分: ```ts import { ReactElement, useContext, useRef } from 'react'; import { Freeze } from 'react-freeze'; import { UNSAFE_RouteContext as RouteContext...

`d.ts`有吗?

@Deguang [Arrow Function](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions)

@enyobao 你找找看是哪里用到了`run`这个模块

@ZJH9Rondo 对于使用`React.createClass`创建的组件,成员函数使用`普通函数`而不是`箭头函数`,即: `render: () => {...}` 改为`render () {...}`,其他函数也都改过来试试。

@ass315 版本差异导致的,写这篇文章时是[email protected],现在已经是5.x了,很多配置参数都改了,具体要查阅webpack的官方文档了

@zh-h 可以写一个工作区插件文件,详细看[这里](https://code.visualstudio.com/docs/editor/extension-gallery#_workspace-recommended-extensions) 第二个问题倒是没遇过,我工作也用linux系统

@robin1885 谢提醒,vscode1.13似乎已经内置了

@shijunti19 去插件repos里提issue,找我没用