CSI-280 / MusicGames

0 stars 0 forks source link

Vote on framework to use #7

Closed chrisbendel closed 4 years ago

chrisbendel commented 4 years ago

I don't think you're going to need a 'backend' component of your website unless you want to actually use a database and store information? if so, you can use react/django together, react for UI components and django for interfacing with the database

@CSI-280/web-people

jbuzzell commented 4 years ago

i have a lot of experience in django so i'd be willing to spearhead that effort

chrisbendel commented 4 years ago

If anyone is unfamiliar with django https://stackoverflow.com/a/9081179/12115005

A-Waters commented 4 years ago

I have some limited experience with react using hooks (the previous project) and don't know a lot of js but I do have some experience. I'm happy to work in it just incase that wasnt clear.

chrisbendel commented 4 years ago

@TAwc in regards to react and hooks vs no hooks, the great thing about react is that you can use both hooks and regular class components in a project

chrisbendel commented 4 years ago

React & Django 🏆