Coder Social home page Coder Social logo

jsondiffpatch-for-react's Introduction

Hi there ๐Ÿ‘‹

  • ๐ŸŒฑ Iโ€™m currently learning Micro Frontends
  • ๐Ÿ’ฌ Ask me about Low-code development platform
  • ๐Ÿ“ซ How to reach me: ZhiHu & [email protected]
  • ๐Ÿ‘จโ€๐Ÿ’ป Skills: JavaScript, TypeScript, Node.js, React, git, Nest.js, GraphQL โ€ฆ

jsondiffpatch-for-react's People

Contributors

cyberpluto avatar djenriquez avatar foxxmd avatar hero-guo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jsondiffpatch-for-react's Issues

How can I show the entire object whose property has changed?

Left Json

[ { "title": "xxx", "value": { "value": "0abff8a0-edb8-11ea-a111-f7b0a0ba0b17" } } ]

Right Json
[ { "title": "xxx", "value": { "text": { "primary": "dgdfgdfgdfg", "secondary": "dgdfgdfgdfg" }, "value": -1 } } ]

jsondiffpatch-for-react Result

0: {
"value": {
"text": {
"primary": "dgdfgdfgdfg",
"secondary": "dgdfgdfgdfg"
},
"value": -1
}
}

My Expectation
{
"title": "xxx",
"value": {
"text": {
"primary": "dgdfgdfgdfg",
"secondary": "dgdfgdfgdfg"
},
"value": -1
}
}

Installing with Yarn isn't working

Hi,

I'm trying to install your package using Yarn but I'm having this error message (only with jsondiffpatch-for-react):

yarn add jsondiffpatch-for-react
yarn add v1.2.1
[1/4] ๐Ÿ” Resolving packages...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://registry.npmjs.org/jsondiffpatch-for-react: tunneling socket could not be established, cause=write EPROTO 140735161225216:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:794:\n".

Any idea on what's happening? Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.