panda

Results 10 comments of panda

I am very interested in this repo. Has it been completed so far? Can it be used in production?

It's great, I will try to use it.

@Zuckjet 基于dva-cli创建的项目,它内置了自己封装的webpack构建工具,并提供一系列配置方法和命令。以前是[ant-tool](http://ant-tool.github.io/index.html),现在是[roadhog](https://github.com/sorrycc/roadhog)。如果你不想用它自带的构建工具,可以把它们删除,然后自己重新配置webpack。关于webpack的配置可参考国内中文社区的文档: https://webpack-china.org/

@smolinari hi guy. I understand, but when I use Apollo-link-state, I find it is as complex as redux and I need to do a lot of work, and I just...

@smolinari > > I want to store login users, > > I'm still not sure what is difficult about doing this. How about showing your link-state code? > > Scott...

> Based on your above snippets, it seems like you haven’t been using react-apollo or the query components. That’s the user friendlier api! hi guy. I used react-apollo but didn't...

> To me, the code above @sessionboy looks more complicated than using link-state, because, where are the GraphQL queries in that code? They are missing and thus, you are duplicating...

Yeah.I look forward to an API similar to prisma, which can reduce my work, for example: exist、findOne、findMany、findOneAndUpdate、update、upsert、delete etc.

Hi guy! [React](https://github.com/facebook/react/) is a Facebook open source web framework. The full name of ssr is server-side rendering. It is a technology for rendering web code (html+css+js) in the back-end...

@playXE Thank you for your answer, let me know a lot. Indeed, the current starlight can’t satisfy my idea, I look forward to the further growth of starlight. @devsnek I...