Questions tagged [walmart-electrode]

Electrode is an open source platform for building large scale web applications with React / Node.js.

Electrode powers the Walmart.com global eCommerce site and a number of other large sites. More details are available on the Electrode website in the Github source code repository.

32 questions
3
votes
0 answers

Walmart electrode.io for react

Has anyone evaluated the electrode.io framework for implementing React, Redux, ReactRouter? What are the pros and cons of this framework? Is it worth considering or best to create your own React/Redux stack? Thanks
3
votes
1 answer

How to import a hosted css in to react component?

I have a .css file that is hosted online. How can I import it in to my react component? import mystyles from 'https://www.myserver.com/styleguide/latest/css/mystyles.min.css'; this results in an error Module not found: Error: Can't resolve…
Srini Kandula
  • 981
  • 2
  • 18
  • 47
2
votes
0 answers

Electrode Native combine miniapps

How do I combine two react native miniapps created with electrode native? I have a host application (miniapp) create in electrode native, say MovieListMiniApp (copied from electrode native samples) and another electrode native miniapp, say…
user2107373
  • 427
  • 3
  • 16
2
votes
1 answer

How to have multiple css files with Electrode.io

I want to have my app use 2 separate css files (at the same time), generated from different files (1 from scss files, and one from less files); both file names should be hashed. I currently have webpack configured to generate 2 css files; however,…
Jakob Jingleheimer
  • 30,952
  • 27
  • 76
  • 126
2
votes
2 answers

Walmart Electrode basic understanding

I'm trying to create a basic iOS-app based on ReactNative using Electrode (Walmart - http://www.electrode.io/site/docs/introduction.html) While I can get the app to work locally on my Mac, I'm struggling to understand how the whole Over-The-Air…
1
vote
0 answers

electrode-ignite - generating app - TypeError: Cannot read property 'proxy' of undefined

Here's the versions of relevant global packages xclap-cli@0.1.3 electrode-ignite@3.0.14 npm@6.10.1 node@12.6.0 nvm@0.34.0 Here's the error I'm getting after trying to generate an Electrode Application using electrode-ignite CLI…
Rajjeet
  • 29
  • 3
1
vote
0 answers

How to develope micro apps for mobile (both ios and android)

i have a react native app and another android application. i need to develop a micro app that can be integrated into both of the application . (mobile environment) i heard about electrode react native. but i couldn't find even a Hello world…
1
vote
1 answer

Run electrode-native getting following error : using command **sudo ern run-android** on ubuntu 14.04

Getting these error when execute the command: ern run-android $ sudo ern run-android I am using installation step from this link click here . Please help to run application.
1
vote
1 answer

Electrode doesn't show dynamic data in page source

Using electrode, I noticed this weird behaviour - When I view the page source after the page fully loads with all the api calls and data, I am only able to view the content that is static for example, the hyper links, headings, footer links etc. I…
Aseem Upadhyay
  • 4,279
  • 3
  • 16
  • 36
1
vote
1 answer

Electrode: Keeping Jest test files out of /lib on build

How do I keep the *.spec.js* and *.test.js* files out of the /lib directory? I feel like maybe I missed something really dumb setting up Jest tests. I've put the tests in the /src like the docs indicate and is typical for Jest testing, but doing a…
Snekse
  • 15,474
  • 10
  • 62
  • 77
1
vote
0 answers

Electrode Server Plugin (with Express)

It appears that Electode's server plugin mechanism only works with Hapi. Can anyone confirm that?
Dan
  • 267
  • 2
  • 6
1
vote
1 answer

npm package from inside another repo?

Related: Depend on a branch or tag using a git URL in a package.json? The electrode-archetype-react-app npm package comes from a subdirectory of another package's git repository: electrode-io/electrode → packages/electrode-archetype-react-app. How…
Jakob Jingleheimer
  • 30,952
  • 27
  • 76
  • 126
1
vote
1 answer

Package.json dependcies issues in a react app using Walmart's Electrode framework

I'm getting started with Walmart's new React framework called Electrode. However, I'm having trouble understanding where the project dependencies are defined since I don't see everything in package.json. I'm running a linter so it's showing me…
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460
1
vote
0 answers

How to implement componentWillMount in a Walmart electrode react app?

I'm trying to get started with Walamart's electrode react app framework and not sure how to add behavior for when the application mounts. I want to setup app authentication using auth0.lock and wish to implement initializing it in the app…
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460
0
votes
0 answers

Walmart Shipment API give internal server error

I am implementing Walmart Shipment API as below and getting Walmart system internal error. I have check all headers are correct as i am able to generate token which is working in getOrders API but in shipment API it is not working. API URL :…
1
2 3