Posts
Members
Info
ยท1yยทPinned# General
Why should I use neutrino over create-react-app?
Sorry if I missed some previous discussion, but I couldn't find anything about this! Why should I choose neutrino for my next project instead of create-react-app? What makes neutrino different?
1
17
Problem adding 'compression-webpack-plugin' to neutrino
Hi I'm new to neutrino and tried compress the bundle size since it's 19MB. But it seems to be the bundle size is drop by only 2MB. What could have gone wrong? And how to know whether it has applied coorectly? Please help if you have any thoughts. Thank you. My .neutrinorc.js isโฆ
0
0
Trying to get a custom neutrino lint config to work
This is not applying any of the rules in extends/plugins to the src folder js/jsx files. Any ideas? thanks
0
3
How to easily include neutrino build into php project?
I have a php project and want to include optimally 1 file into it, to render me react components in case I have the root container on that page. My problem is now that npm run-script build creates an index.html file (that I dont want), and several javascript files, with weirdโฆ
0
60
is there any option to provide answers for create-project in CLI?
I'm looking for something like npx @neutrino/create-project --project=web --application=react.
0
3
Problems migrating my preset to v9 (rc3)
I have trouble migrating my preset from the string version to the function setup. I looked at the migrated packages how the index.js file looks and tried to mimic it. Here is what I have soโฆ
0
14
Hello I am beginner in React and Neutrino and need some help/kickstart
I need some help using the react-component preset, so the first thing is how can I use the build js file, right now I am getting an error after adding that file inside the script tag in a webpage Uncaught ReferenceError: require is not defined at Object.<anonymous> (externalโฆ
0
0
How do I create React components that can be injected into regular HTML?
I'm using a Neutrino react-components project to create some components that I can later use in an HTML page. However, when I build, I'm getting Uncaught ReferenceError: require is not defined. Am I missing something? Or is this the wrong approach entirely?
0
0