gazpachu / hypatia

A JavaScript open source LMS (eLearning platform) for MOOCs and online courses
https://joanmira.com/hypatia
Other
628 stars 273 forks source link

Move pages to containers #30

Open gazpachu opened 7 years ago

gazpachu commented 7 years ago

At the moment, all components are in the same folder. We should divide them between, the smart ones (with data fetching/updating) and the purely UI ones (mostly reusable).

farhdibehnamdev commented 1 year ago

Would you like to use the Container/Presentational pattern?