jerboa88 / Mergist

Mergist is an online tool to combine multiple PDF files into one
http://mergist.johng.io/
MIT License
3 stars 0 forks source link

Replace React defaultProps with default parameters #35

Open jerboa88 opened 2 years ago

jerboa88 commented 2 years ago

Description React defaultProps component property will be depreciated in the future so we should replace this with default parameters instead as per https://stackoverflow.com/questions/47774695/react-functional-component-default-props-vs-default-parameters. This may have performance benefits as well.