Re: Improve HAVING BY performance Programming Databases by Biiim … the data in after it has already rendered. I found ReactJS recently and that seems insanely fast for making pages more… ReactJS Frontend with CodeIgniter backend - How to keep Authentication? Programming Web Development by gajen007 … 5 years, and now I've planned move to ReactJS. I'm learning ReactJS by my own, as comparing the similar stuff… plan is, just to make a Login-Logout App, with ReactJS front-end and CodeIgniter - MySQL are the backend and database… ReactJs Development Programming Web Development by Raja_2020 Please ask question and get to know answers from the Netizens about the ReactJs development. I'm also the learner of React JS and would like to seek job on that. Come join with me if you are looking for the same career. Re: Embedd REACTJS to existing NODEJS + MYSQL Code Programming Web Development by pankaj_patel … the BackEnd part or processing part of the App white ReactJS provide the Front End or View part to the App… create API with NodeJS+MySQL and use it in the ReactJS app I wront a similar answer at hashnode: https://hashnode… angular2 or reactjs Programming Web Development by Jason_26 Hi, I wanted to enhance my front end development skills, Should I learn angular2 or reactjs, and where can i find any helpful resources, like any ood book or course, videos Please guide, thanks replace a html element in reactjs . Programming Software Development by kamilacbe … . I can do them in jquery but wanna try in reactjs .some ideas will be helpful <fieldset><legend… Re: replace a html element in reactjs . Programming Software Development by rproffitt This seems to be exactly what the tutorial at https://reactjs.org/docs/rendering-elements.html writes about. Embedd REACTJS to existing NODEJS + MYSQL Code Programming Web Development by engrjd91 … nodeJS with mySQL and now I want to have a reactJS form to be embedded with it to display the results… Re: ReactJS Frontend with CodeIgniter backend - How to keep Authentication? Programming Web Development by Josh Connerty Because React does not carry out a page refresh the cookie storage that React has access to is outdated. The best method for React & PHP authentication is to use token authentication: [Click Here](https://github.com/ParitoshVaidya/CodeIgniter-JWT-Sample) Re: ReactJS Frontend with CodeIgniter backend - How to keep Authentication? Programming Web Development by Dani I have no react experience, but I do have CI experience. Are you including the session library, and not closing the session before using set_userdata()? I use CI 3 with MySQL, and, per [this page](https://codeigniter.com/userguide3/libraries/sessions.html#session-drivers), I ran into issues with my until I started using session_write_close() … Re: angular2 or reactjs Programming Web Development by vsmash They are similar enough that you can learn one, then the other. I learned react first, but I'm more likely to use Angular in production projects. react is developed by Facebook so I lean more toward Angular in production work. No pun intended. http://learnangular2.com/ https://coursetro.com/courses/8/Learn-Angular-2-Development-with-our-Free-… Create a function that reads data from multi layer JSON file Programming Web Development by Tanvi_1 I want to make a function in ReactJS which can read values from multi layer JSON file (http://latamdscmtrg03:4001/api/get/?dbtype=oracle&servername=LATAMDSCMTRG03&username=SCPOMGR&pwd=scpomgr&port=1521&sid=JDAS&sqlquery=SELECT%20*%20FROM%20UDT_PROMPT_VIEW) Parsing error: Unexpected token in reactjs when i use p tag Programming by Rushabh Verma I am trying to create copy to Clipboard Component. Here is my code: import React from 'react'; import logo from './logo.svg'; import './App.css'; class CopyClipboard extends React.Component { constructor(props) { super(props); this.state = { copySuccess: 'Copy to Clipboard!' }… Re: Ionic 3 and Angular 4: Compatible framework for Ios and Andorid? Programming Mobile Development by hericles … in native code (Xamarin for example). Also, some other frameworks (ReactJS, Vue, etc) seem to have a performance advantage over Angular… Re: setState error when onPress Text component Programming Mobile Development by Antionne You can't use *setState()* as it doesn't make sence in your case, you have to add "this." beforehand. Have a look at the documentation: https://reactjs.org/docs/react-component.html Re: Create a function that reads data from multi layer JSON file Programming Web Development by rproffitt The link was broken for me so I have no idea what's there. Try keeping your code in the discussion along with what line of code you are having trouble with along with the error message for that line.