Skip to main content

All Questions

Filter by
Sorted by
Tagged with
7 votes
1 answer
355 views

How do I refactor this fetch request?

I have this code that fetches data from a 3rd party api and sends it to my backend to be processed. The 3rd party api needs to target the user's localhost address so it has to come from the front end. ...
Adrian Sultu's user avatar
3 votes
1 answer
378 views

A CRUD blog with a basic auth system made with the MERN stack

I would like some feedback on things that maybe could've been written a lot better. I used redux for handling state. GitHub repo Demo This blog project is meant to create, read, update, and delete ...
Dream_Cap's user avatar
  • 641
2 votes
0 answers
253 views

Javascript node/react web developer interview code

I recently applied for a job as a node/react developer. I'm attempting to cross over from a research position to web development. I didn't get the job but all the feedback I got was that my code was ...
user1170304's user avatar
3 votes
1 answer
182 views

Very basic isomorphic JavaScript application

I'm trying to update my skillset by learning how to write isomorphic JavaScript applications. For my stack, I've chosen React and Express - no database yet. The problem many people seem to face when ...
Scott's user avatar
  • 285