actually, i dont like React very much. but from what i read about Redux is it is used in react as state management tool. but i am not sure why you wanna use it. react has its own solution for state handling.
btw if you want to learn anything about JS,CSS,HTML,REACTJS,... then you really should follow this guy:
actually, i dont like React very much. but from what i read about Redux is it is used in react as state management tool. but i am not sure why you wanna use it. react has its own solution for state handling.
btw if you want to learn anything about JS,CSS,HTML,REACTJS,... then you really should follow this guy:
this is a problem. it is always hard to start from a template that uses many frameworks and try to make it suite your needs.
i have used react but didnot use Redux. the question is, do you really need redux? try to understand when it is used in your template and how you can replace is with reactJS only. it will be easier to work with react only then with many third party libs implemented in react.
if it is handling the states in react then try to switch to react state handling.
can i ask what template you are using?
yes i understand what you mean. i am working on a dashboard webapp using b4j and i use a LOT inline JS in it and i can tell you that it is good enough for backend and frontend. if you search the forum you will find a thread me talking about it. i had the dilemma to make this project using NodeJS for the backend and ReactJS for the front end or use b4j for both. i decided to go with b4j and i dont regret it. i was afraid that if i will not use js i will forget it but because i have to use a lot js inside the project and also html, css i am happy. i use a similar technique as EJS i can make a video if you like and show you my progress
Since I have decided to use those technologies, I have to continue using them. Until one day I have developed more "plugins" with B4J for the web, I have to rely on this mainstream technology for now.