H
H
hetsketch2017-03-25 00:20:46
JavaScript
hetsketch, 2017-03-25 00:20:46

Which library/framework to choose?

Hi people! I need to develop a web application to display class timetable. So far, purely front-end, without a server part. What the application should be able to do: display a list of subjects (name, audience number, group ...), filter by teachers, time and other parameters that the subject has. It should be possible to add, delete, change records. Actually the question is: what is better to use for this? I know how to html / css, but I did not write anything serious on js. Is regular jQuery enough, or will it be more convenient to use react with angular and view js? You will have to study in any way, you just need to make a choice.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Trakhimenok, 2017-03-25
@astec

Here is the timetable made on JQuery+Bootstrap 3:
timetable.myclasses.co
If I started from scratch, I would most likely choose Angular (not the first one). But both React and View will do well too.
I would recommend thinking not only about the JS framework, but also about the layout. Bootstrap for example greatly facilitates support for different platforms.

A
Alexey Samsonov, 2017-03-28
@forevist

Vue is good and simple.
It seems to me that his entry threshold is less than that of angular and react. And there is no that hash of markup and code that React has (this may not be a minus, but it looks wild to me).
But in general, you can implement all this in native js.
It's just that out of these three frameworks, vue seems to be the lightest (in terms of weight).
But with the requirements you set out (filtering), any reactive framework will suit you and will not boil your brain, because in each tutorial there will be an example of the filtering you need

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question