Dmitry Zherebko

Results 36 comments of Dmitry Zherebko

What about something like this https://github.com/hashicorp/go-plugin. Use RPC based plugin system so anyone could write plugin in any language.

I guess for first iteration it would be nice to have just golang api for plugins. I guess if you can run some arbitrary code in golang you could spawn...

@evanw Any updates on plugins side?

I've implemented plugin which allows you to import svgs as react components. It's not battle tested yet. https://github.com/zmitry/esbuild-svgr

I've also created setup with create-react-app which allows you to use esbuild with webpack dev server and regular cra setup https://github.com/zmitry/esbuild-cra. It's hacky but it kind of works you just...

@evanw I want to add some extra feature requests to plugins api. First use case would be ability to write plugin for html. This requires to have ability to get...

Could you elaborate on the idea about css strings within js? I didn't quite get how to implement it. For instance if I have the code like following. In this...

Sorry, I did mistake. So the idea is that css values can depend on output of another css modules. (see my previous snippet).

@evanw I want to congratulate you with great progress on watch mode, it's really impressive that you've got there so fast. I was curious is it possible to implement something...

I'm on the latest version from master for gqlparser and gqlgen and still have this github.com/vektah/gqlparser/v2 v2.4.2-0.20220315005344-931cd7644eee github.com/99designs/gqlgen v0.17.2-0.20220316114301-87fc5f22e8fb