Advice on front end libraries projects

Hello
I recently finished my tasks on my Front end libraries, and now I have to complete my projects. Unlike the previous courses, I am allowed to use any framework, (sass, jQuery, Redux and React, Bootstrap), and I don’t know or I’m not sure of which framework to use for each project. I’ve read through the tasks, and for now I can say it would be advisable to us React-Redux for this project, but I’m not sure about the rest

I would be grateful to get advice on which framework is best for which project

Hi @maameyaatwumasi !

For the first couple of projects you won’t be needing to manage a lot of state so redux is probably not needed.

If you really want to use Redux the last two projects would be good.

jQuery isn’t used that much in new applications, so I would personally skip that.

If you want to use sass or bootstrap, any of the projects would work for that.

Don’t feel like you have to use all of the js and css libraries mentioned in the course. Also, remember that this is just the tip of the iceberg. There are dozens of js and css libraries/frameworks that weren’t mentioned in the course.

It would be best to just focus on practicing your react skills and a little bit of state management with Redux.

Hope that helps!

1 Like

Thanks a lot for your reply! This has helped narrow things down for me, and I’d try react for the two like you said, and then bootstrap

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.