Carl Smith

Results 75 comments of Carl Smith

I, too, was frustrated at the stagnation, so I bit the bullet and made my own alternative from scratch: https://github.com/CarlosNZ/json-edit-react (Demo: https://carlosnz.github.io/json-edit-react/) I had a look at [@textea/json-viewer](https://github.com/TexteaInc/json-viewer), but my...

This was really annoying me too, but I think I finally have a solution. The problem is that that, even though `data` gets the cached value immediately, the `loading` state...

Or this one: https://carlosnz.github.io/json-edit-react/

I just meant that instead of displaying: ``` Array: [ 0: "My Value" 1: "Another Value" 2: "This" ] ``` It would show: ``` Array: [ 1: "My Value" 2:...

You're using React Native, is that right? I've never tried it with React Native, only in the browser, so there's probably going to be a few differences/considerations that I've missed....

> i've only been a react-native dev for like 3 days but one thing that seems like it might be relevant here is that react-native does not use `` as...

> i'm happy to try it out but how do i install a node package from a zip file? sorry i'm new here in javascript world. Just download it and...

Okay, I'll have to have a proper look at it sometime. I guess we can say it doesn't support React Native for now. Sorry about that. But thanks for bringing...

Thanks for that info @michelcrypt4d4mus . I think it'll probably be on my "longer term" roadmap, but we'll see if there's much demand.

If anyone else wanted to look further into this and perhaps take it on, please let me know. I wonder if it would end up being different enough that it...