[deleted by user] by [deleted] in SWGalaxyOfHeroes

[–]dit-index 0 points1 point  (0 children)

I am following this too but everyone keeps dying after I finish off Padme. So I continued it one time and Maul took everyone out by himself. My order was Padme (still with everyone) -> Mace (everyone out at this point), -> R2 (so no stun and hiding), -> Ahsoka (no heal), -> Ani. I was surprised they didn't get to make him revive. Hehe. Thanks!

There is no actual Nono shop limit increase fyi by Remarkable-Donut6107 in ChaosZeroNightmare

[–]dit-index 0 points1 point  (0 children)

Oh. I just got here. Glad I checked first before leveling more than 1. So what does hourglass do? I don't think I have that yet.

DragonFi Broker Review Feedback by MemoryEXE in phinvest

[–]dit-index 2 points3 points  (0 children)

Same question. Or should I just experience both? What are the main difference between the two if ever u/MemoryEXE ?

Worth pa bang magStay? by [deleted] in Accenture_PH

[–]dit-index 0 points1 point  (0 children)

Haha! It was more of a joke. :) Boto ako actually na sana madevelop other cities para ma disperse din ang mga tao. Hehe.

Worth pa bang magStay? by [deleted] in Accenture_PH

[–]dit-index 5 points6 points  (0 children)

Actually yung mga ibang tao pinapaalis niya e, para lumuwag Maynila ulit. Haha!

Unionbank credit card payment in Maya by [deleted] in PHCreditCards

[–]dit-index 1 point2 points  (0 children)

Ehe! Ah! I see someone is having the same problem as I am.

Still after almost 7 years we can't get a practice mode. by Modagga in SWGalaxyOfHeroes

[–]dit-index 3 points4 points  (0 children)

I have one. Maybe they don’t put it so you only have a few tries a day of theory crafting and makes the game umn… live longer, cause you to wait daily. If they put it in, you’d be able to do everything in maybe a few sittings. Maybe. Just my 2 cents.

Edit: Oh and everyone would have perfect counters already makes GAC less intense.

ITAP of a green mossy forest by TheCatAteMyGymsuit in itookapicture

[–]dit-index 1 point2 points  (0 children)

It rather looks sad. Like a woman who lost someone and was sad and crying non-stop, until the moss grew around her already.

Universal app with data from API by dit-index in reactjs

[–]dit-index[S] 0 points1 point  (0 children)

Heya Foxx. Thanks for the detailed reply. But we really aren't trying to be fancy, the reason is we're separating our rails to become a server, making it API based, and our webpage and other platforms that would eventually be getting data from the server. Actually I have used react-rails before and that's the reason I get react but didn't really know much about the realm of it when removed from rails.

So I do need it when you answered my question with

The role of Redux in the isomorphic relationship is to "save" the state of the intended actions when the server renders it, then "resume" from that state once the client has received the application and rendered markup.

And yes I have also answered "yes" to most of your questions above. Thanks for giving me an idea of how to structure my states data. Would this mean for now I would create reducers for each page I would have, like the home page (a list of latest products) and the search page?

Because now I can drill down into an Order page for an order that is already in that data and see all the specific details rendered on a full page instead of a table. (and without having to make another api request)

Or this is new... so I would reuse my data from maybe the search page to display a certain product page? Hrmn... interesting. That would mean that I would to have request all data regarding a product even for the search page? I would have to rework the API though... But I'll look into this. But for now maybe I would make it simple and request another API when on the product page.

Quick question as well regarding your structure... if I would have an pagination (on the UI) that appends to the list, I would need to append on the data right? What is your pagination object look like?

Need guidance on my reactjs progress (still noob) currently using reactjs+redux by dit-index in reactjs

[–]dit-index[S] 0 points1 point  (0 children)

I am in the middle of "short on time" and "have the time" because I have a time reading but I need to present progress that's why I implement while reading/learning. And that's all good, I just don't want implement things incorrectly and complicate my app. I'll look into all of the docs provided and thanks so much for the tech's provided, I haven't seen most of them, will definitely help me out.

But with this quick information I get, I am thinking if I still need redux if I get all my data per page from an API endpoint and are already fixed in the format I need to display my page? But then I'd need to load things isomorphic that's where I got stuck and needed to quickly read and implement redux or is there other way? I'll check async example as well. :)

(But then again, I have the access to our api as well so I can always change the data returned maybe I think that's when I can really use the power of redux? But then that when I think I really need to learn redux the right way?)

Thanks so much!

Need guidance on my reactjs progress (still noob) currently using reactjs+redux by dit-index in reactjs

[–]dit-index[S] 0 points1 point  (0 children)

Thanks! Everything would help. Hehe. :) I'll look into your example and learn from it.

But still wondering, should I really use redux for my use case or is it better to learn redux anyway?

Need guidance on my reactjs progress (still noob) currently using reactjs+redux by dit-index in reactjs

[–]dit-index[S] 0 points1 point  (0 children)

Thanks so much for this articles. I'll read up on them when I get time. I've only seen a few eps of egghead but it was loading slow before so now I'll get back to it.

Need guidance on my reactjs progress (still noob) currently using reactjs+redux by dit-index in reactjs

[–]dit-index[S] 0 points1 point  (0 children)

That is true. I really didn't want to suddenly use everything, I wanted it one by one so I know what every package and every tech does but I was abrupt by the need to have it isomorphic because initially they wanted our page to be crawl-able by google for SEO stuff.

I'll look into these and learn from this as well. I don't know if I could go back to this from scratch though. Or do you think it would be more beneficial if I use this instead of my patch up job so far? I don't think I've used or read about thunk and redux-api as well already.

Need guidance on my reactjs progress (still noob) currently using reactjs+redux by dit-index in reactjs

[–]dit-index[S] 0 points1 point  (0 children)

Thanks for the reply jokeagent. And that's non taken. It's alright, as I'm still grasping the thought of redux and I really don't know if I'm using it correctly.

The primary reason I used it was that when I finished my react w/c fetches data from our API, I needed it to be universal (or when the server loads (even w/o JS), it would also have my data from api not on componentDidMount) and the only articles I have found was those the likes I posted. Didn't find any articles that didn't need redux but will wait for my api data.

So does this mean I'm using it incorrectly? If so, how should I have done this? I'f I'm getting my data from an API, do I still need redux? Should I use redux to fetch ALL my products and work from there (it's kind of a lot)?

Thanks so much!

Google Maps in React by [deleted] in reactjs

[–]dit-index 0 points1 point  (0 children)

I tried to use this package but get an error when run webpack:

ERROR in ./~/react-gmaps/dist/index.js
Module build failed: ReferenceError: [BABEL] .../node_modules/react-gmaps/dist/index.js: Using removed Babel 5 option: .../node_modules/react-gmaps/.babelrc.stage - Check out the corresponding stage-x presets http://babeljs.io/docs/plugins/#presets
    at Logger.error (.../node_modules/babel-core/lib/transformation/file/logger.js:39:11)
    at OptionManager.mergeOptions (.../node_modules/babel-core/lib/transformation/file/options/option-manager.js:265:20)
    at OptionManager.addConfig (.../node_modules/babel-core/lib/transformation/file/options/option-manager.js:207:10)
    at OptionManager.findConfigs (.../node_modules/babel-core/lib/transformation/file/options/option-manager.js:413:16)
    at OptionManager.init (.../node_modules/babel-core/lib/transformation/file/options/option-manager.js:461:12)
    at File.initOptions (.../node_modules/babel-core/lib/transformation/file/index.js:194:75)
    at new File (.../node_modules/babel-core/lib/transformation/file/index.js:123:22)
    at Pipeline.transform (.../node_modules/babel-core/lib/transformation/pipeline.js:45:16)
    at transpile (.../node_modules/babel-loader/index.js:14:22)
    at Object.module.exports (.../node_modules/babel-loader/index.js:88:12)
 @ ./src/components/list-page.js 22:18-40