Hu Chen

Results 25 comments of Hu Chen

@mghtinlynn I have same idea but have not finalise visual yet. Do you have any idea/reference on how should the interaction work?

@theapache64 thanks for reminding me... was working on something else, will switch to this issue once dark mode issue is completed. Should be released next month😃

I have already figured out UX for this and it supports two languages to be shown at the same time without making the page too complex, just want to check...

I would like to remain hash router as in my company we are only able to deploy to a web server which we cannot change there configurations

Thanks @jonnyasmar, what do you think @pedronauck ?

@rakannimer what is the reason this issue get closed?

@alexreardon I am happy to spend some time on it. Currently how do you unit test react-beautiful-dnd wrapped components? Currently if I do snapshot testing I get ```js ``` instead...

It does not seems like a "good first issue" to me at the moment, looks a bit challenging. Can I have some guides or a list of TODO items? (files...

I have figured out a way to test a draggable: ```js const component = shallow(); const draggable = component.find('Connect(Draggable)').first(); const inner = shallow( draggable.prop('children')(/* you can put provided and snapshot...