Hacker Newsnew | past | comments | ask | show | jobs | submit | bliashenko's commentslogin

We are putting demo setup together and soon it will be available to try out. Please subscribe to get notified once it’s ready.


I started digging under the hood of webpack. Please check out my first findings about how event-driven architecture is build: yeah, webpack architecture is heavily based on events, each plugin is basically a set of event listeners called during compilation. See how webpack uses `tapable` library and learn some code insights in this interactive article on my blog.


Yes, sounds good, do you mind to create an issue in GitHub repo for that? Maybe I can find some good one JS library and then add flowchat to examples.


Hey guys! I am working on a tool for generating SVG flowcharts based on JS code, the idea is to automate code visualization as much as possible. You pass a code string as input and receive a complete SVG string as output. There are also some cool features like style themes, scheme transformation etc. I was hoping the community can test it out and give some feedback. Thank you in advance.


fixed, but it's still nothing there. I work on a big scheme for Fiber, it's far from 'ready'...


this's the answer.


thanks, fixed that.


Well, actually it looks like (IMHO) there are too many abstractions levels, in fact - I omit many of them on the scheme, and it's still complex. But if we think why that happened, it's because of multiple platforms supports mostly (native, server rendering, etc), each "sensitive for platform" part of logic requires at least module with interfaces, modules with implementation per each platform, module-injector for exact implementation and so on..


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: