DEV Community

Final React Project

stuxnat on August 12, 2021

I did it - I finished my final project for Flatiron School!! It is a simple Symptom Tracking app built with Ruby on Rails backend and React fronten...
Collapse
 
askimran profile image
Imran

May I know which tool you used for the gif ?

Collapse
 
stuxnat profile image
stuxnat

sure! I embedded it with this:

![gif](GIF URL HERE)

Collapse
 
rjulien profile image
r-julien

I think he was asking for the tool you used to create the gif :-)

Thread Thread
 
bestscarper profile image
Ashley Hindmarsh

As Natalie hasn't responded, I'll suggest that it was an existing stock animated gif (i.imgur.com/jl9CSOO.gif). She didn't actually claim to have created the gif!

Collapse
 
ausmurp profile image
Austin Murphy

Great job! I can tell you that React itself was probably not hard to learn, it was probably redux that made it challenging. I also learned redux with React at the same time when I first started using it, and it made things a lot harder. I would say try another state management strategy, like context. It's a lot easier to understand in the beginning.

Redux and the strategy of async messaging is useful to know though, it helped me to understand microservices and automation strategies later on down the road.

Collapse
 
moriseif1 profile image
moriseif1

Maybe createSlice method from redux-toolkit is easier than normal redux...

Collapse
 
zbretz profile image
Zach

Congrats on successfully finishing your program!

Collapse
 
stuxnat profile image
stuxnat

thanks! :)

Collapse
 
hyggedev profile image
Chris Hansen

Congrats on your final project! Pretty damn cool 💯

Collapse
 
ioskpu profile image
ioskpu

Great

Collapse
 
z2lai profile image
z2lai • Edited

That Redux graphic is so neat! Why are all the square brackets escaped?

Collapse
 
a03z profile image
Daniil

Did they force you to use redux or is it your choice?
I mean redux is so bad, i'd never use it in my pet projects