Questions tagged [reactify]
22 questions
0
votes
1 answer
Heavily customising Material UI DataTable (React)
I have the default Reactify Material UI DataTable that looks like this image
I need to heavily customise it including removing the download and print functionality and add icons into the columns for status and a drop-down added into the actions…

MomasVII
- 4,641
- 5
- 35
- 52
0
votes
1 answer
How to integrate dashboard on exsiting app with ReactJS?
I have a dashboard Reactify and I want to integrate it into my reactjs app with create-react-app.
I want to redirect to the dashboard from my application with the route /admin.
How can I fix that ?

Ichrak Mansour
- 1,850
- 11
- 34
- 61
0
votes
1 answer
Size of bundled ReactJS app
I am trying to reduce the size of my reactjs application bundle.js file. For a relatively simple app i have its browserified js file size - 452Kb.
To build it, i use NPM with respective package.json file:
{
"name": "MyApp-React",
…

ArkadyB
- 1,265
- 1
- 19
- 37
0
votes
1 answer
use gulp+browserify+reactify, can't emit exit when got a ReactifyError
Belowing is a gulp task code, I want gulp stay running when got an error.
gulp.task('tmp-script', function() {
glob('./app/pages/*.js', {}, function(err, files) {
files.forEach(function(file) {
browserify(file, {
transform:…

Zakilo
- 77
- 1
- 7
0
votes
1 answer
ES6 Transpile in package.json
Happy Thanksgiving All!
I'm running into a situation and I'm hoping someone can help me out. I have a package.json file, and I'm trying to transpile es6 but not exactly sure what I'm doing wrong. I have a JS Fiddle of my current package.json:…

doubleya
- 479
- 9
- 17
0
votes
0 answers
After installing reactify, cmd giving an error that browserify is not an internal or external command
I am trying for a jsx transformation. I've installed react-tool, react and reactify. I think reactify is a plugin for browserify and we don't need to install browserify if we have reactify. But when running the command browserify -t reactify…

Swapnil Bhikule
- 606
- 1
- 8
- 25
0
votes
1 answer
Unable to run transformed jsx to js file in browser. Asking for in browser jsxtransformer
I am trying to use reactify for jsx transformation and I have done the transformation from jsx to regular js using reactify. But when I try to run my transformed js file, it's somehow not showing the content. But when I import in browser…

Swapnil Bhikule
- 606
- 1
- 8
- 25