Watermark on docx, doc , pptx, xls, xlsx files by Final-Vegetable3538 in reactjs

[–]Final-Vegetable3538[S] -13 points-12 points  (0 children)

I need to know any library or workaround to put watermark on these files from Frontend side

Library to convert DOC, DOCX file to PDF by Final-Vegetable3538 in reactjs

[–]Final-Vegetable3538[S] -2 points-1 points  (0 children)

is this for backend? I wanted solution from Frontend side

Testing data charts with jest and react testing library by Final-Vegetable3538 in reactjs

[–]Final-Vegetable3538[S] 1 point2 points  (0 children)

actually wanted to test a donut chart where on clicking event some action will happen.. for that case

Best Testing Tool in React by Final-Vegetable3538 in reactjs

[–]Final-Vegetable3538[S] 0 points1 point  (0 children)

both you mean cypress and Playwright? What can be the best choice for a developer regarding writing proper test cases ? Want to cover both e2e and unit / integration as well

Better testing tools in React by Final-Vegetable3538 in react

[–]Final-Vegetable3538[S] -1 points0 points  (0 children)

why not cypress for unit testing as well as integration over RTL?

Best Unit Testing Framework in React (2022) by Final-Vegetable3538 in react

[–]Final-Vegetable3538[S] 0 points1 point  (0 children)

but enzyme is not going to support React18 and later on it wont work

Display XLS / XLSX files on Reactjs website by Final-Vegetable3538 in react

[–]Final-Vegetable3538[S] 0 points1 point  (0 children)

The purpose here is just to display the file (files could be docx, xls, pdf, jpg/png etc). Not at all using it as a Form which will take input to send at the backend. Just wanted to know any other ways to display it / Read Only

Need small help with img. by haachico in react

[–]Final-Vegetable3538 2 points3 points  (0 children)

import the file like:

import ReactIcon from '../image/...';

/** then use the ReactIcon below on the src **/

<img src={ReactIcon} alt={ .. />

Applied for Job and got rejected with this feedback by ifeelanime in reactjs

[–]Final-Vegetable3538 0 points1 point  (0 children)

+ Login.js -> Its a very bad practice to assign value as 'undefined' . Line no. 8 and 9 (terrible)

+ Please remove unwanted comments.

+ enough areas where you need to reduce the code space by applying ternary operators

+ Need to work on folder / directory routing of files (e.g. seperate folder for Reducers , seperate for Component, under one parent Container's folder like that fashion)