This video is modern gold. Thank you for this series and your help. Your approach to being thorough in your explanation without overstating things is underappreciated.
@programmer13793 жыл бұрын
I like how you explain things in a smooth and clean way; easy to follow. You have +1 subscriber.
@codebugbr3 жыл бұрын
Sorry for the dummy question, but what's the difference between react and jinja that flask uses?
@miguelgrinberg3 жыл бұрын
React is a front-end framework, it runs in the browser and it uses JavaScript. Jinja is a template engine, it helps Flask render HTML pages.
@HolisticPython3 жыл бұрын
@@miguelgrinberg You can run CSS and JavaScript in Jinja templates though. So I don't see a difference.
@semrana19863 жыл бұрын
great stuff...
@OS6903 жыл бұрын
I love these videos. I will wait for Redux!
@miguelgrinberg3 жыл бұрын
I'm not planning on discussing Redux, I'm concentrating in the core React project. For state management I will show how to work with contexts.
@OS6903 жыл бұрын
@@miguelgrinberg oh! So sad. Well, that is helpful too!
@jetra_h3 жыл бұрын
@@miguelgrinberg I like the idea a lot :)
@someoneokay55303 жыл бұрын
What do you think Is the benefit of using react js with flask , can I use normal bootstrap for frontend
@miguelgrinberg3 жыл бұрын
I wouldn't say there is a benefit, what is the best stack really depends on each particular application. And yes, there is a bootstrap extension for React: react-bootstrap.github.io/